Home
last modified time | relevance | path

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

/external/u-boot/include/
Dvideo.h48 #define VNBYTES(bpix) (1 << (bpix)) / 8 argument
50 #define VNBITS(bpix) (1 << (bpix)) argument
77 enum video_log2_bpp bpix; member
/external/u-boot/common/
Dlcd_simplefb.c21 int bpix; /* log2 of bits per pixel */ in lcd_dt_simplefb_configure_node() local
Dlcd.c349 unsigned bpix = NBITS(panel_info.vl_bpix); in lcd_logo_plot() local
578 unsigned colors, bpix, bmp_bpix; in lcd_display_bitmap() local
/external/u-boot/lib/efi_loader/
Defi_gop.c29 u32 bpix; member
388 u32 bpix, col, row; in efi_gop_register() local
/external/u-boot/drivers/video/
Datmel_lcdfb.c114 static void atmel_fb_init(ulong addr, struct display_timing *timing, int bpix, in atmel_fb_init()
Dvideo_bmp.c203 unsigned colours, bpix, bmp_bpix; in video_bmp_display() local
/external/u-boot/include/dm/
Dtest.h163 int bpix; member