Searched defs:bpix (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | video.h | 48 #define VNBYTES(bpix) (1 << (bpix)) / 8 argument 50 #define VNBITS(bpix) (1 << (bpix)) argument 76 enum video_log2_bpp bpix; member
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_gop.c | 30 u32 bpix; member 132 u32 bpix, col, row; local
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd_simplefb.c | 22 int bpix; /* log2 of bits per pixel */ in lcd_dt_simplefb_configure_node() local
|
| H A D | lcd.c | 350 unsigned bpix = NBITS(panel_info.vl_bpix); in lcd_logo_plot() local 579 unsigned colors, bpix, bmp_bpix; in lcd_display_bitmap() local
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | atmel_lcdfb.c | 115 static void atmel_fb_init(ulong addr, struct display_timing *timing, int bpix, in atmel_fb_init()
|
| H A D | video_bmp.c | 204 unsigned colours, bpix, bmp_bpix; in video_bmp_display() local
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | test.h | 164 int bpix; member
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | colormap.c | 1638 Pixel *rpix = 0, *gpix = 0, *bpix = 0; in AllocDirect() local
|