Home
last modified time | relevance | path

Searched defs:width (Results 1 – 17 of 17) sorted by relevance

/include/
A Dvideo_font_data.h8 #define VIDEO_FONT_BYTE_WIDTH(width) ((width / 8) + (width % 8 > 0)) argument
9 #define VIDEO_FONT_CHAR_PIXEL_BYTES(width, height) (height * VIDEO_FONT_BYTE_WIDTH(width)) argument
10 #define VIDEO_FONT_SIZE(chars, width, height) (chars * VIDEO_FONT_CHAR_PIXEL_BYTES(width, height)) argument
14 int width; member
A Dbitfield.h43 static inline uint bitfield_mask(uint shift, uint width) in bitfield_mask()
49 static inline uint bitfield_extract(uint reg_val, uint shift, uint width) in bitfield_extract()
58 static inline uint bitfield_replace(uint reg_val, uint shift, uint width, in bitfield_replace()
A Dsandbox-clk.h47 u8 width) in sandbox_clk_divider()
77 u8 shift, u8 width, in sandbox_clk_mux()
A Dvideo_osd.h12 uint width; member
A Dregmap.h93 enum regmap_size_t width; member
111 enum regmap_size_t width; member
A Dk3-clk.h47 int width; member
56 int width; member
74 int width; member
A Dbmp_layout.h33 __u32 width; member
A Dvideo.h404 static inline void video_damage(struct udevice *vid, int x, int y, int width, in video_damage()
A Dupl.h242 uint width; member
A Dexpo.h474 uint width; member
A Defi.h414 u32 width; member
A Dvsc9953.h189 #define VSC9953_ENC_BITFIELD(target, offset, width) \ argument
A Defi_api.h1495 u32 width; member
A Dec_commands.h4515 uint16_t width; member
/include/fsl-mc/
A Dfsl_mc_cmd.h13 static inline uint64_t mc_enc(int lsoffset, int width, uint64_t val) in mc_enc()
17 static inline uint64_t mc_dec(uint64_t val, int lsoffset, int width) in mc_dec()
/include/linux/
A Dclk-provider.h129 u8 width; member
137 #define clk_div_mask(width) ((1 << (width)) - 1) argument
A Dfb.h125 __u32 width; /* width of picture in mm */ member
205 __u32 width; member
214 __u32 width; member
223 __u32 width; /* Size of image */ member
348 __u32 width; /* Size of image */ member

Completed in 749 milliseconds