Home
last modified time | relevance | path

Searched defs:bpix (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dvideo.h48 #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 Defi_gop.c30 u32 bpix; member
132 u32 bpix, col, row; local
/OK3568_Linux_fs/u-boot/common/
H A Dlcd_simplefb.c22 int bpix; /* log2 of bits per pixel */ in lcd_dt_simplefb_configure_node() local
H A Dlcd.c350 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 Datmel_lcdfb.c115 static void atmel_fb_init(ulong addr, struct display_timing *timing, int bpix, in atmel_fb_init()
H A Dvideo_bmp.c204 unsigned colours, bpix, bmp_bpix; in video_bmp_display() local
/OK3568_Linux_fs/u-boot/include/dm/
H A Dtest.h164 int bpix; member
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c1638 Pixel *rpix = 0, *gpix = 0, *bpix = 0; in AllocDirect() local