Home
last modified time | relevance | path

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

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