Home
last modified time | relevance | path

Searched refs:LCD_COLOR32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dlcd.h147 #define LCD_COLOR32 5 macro
183 #elif LCD_BPP == LCD_COLOR32
208 #elif LCD_BPP == LCD_COLOR32
/openbmc/u-boot/include/configs/
H A Dbrxre1.h18 #define LCD_BPP LCD_COLOR32
/openbmc/u-boot/lib/efi_loader/
H A Defi_gop.c229 case LCD_COLOR32: in gop_get_bpp()
432 case LCD_COLOR32: in efi_gop_register()
470 if (bpix == LCD_COLOR32) in efi_gop_register()
/openbmc/u-boot/common/
H A Dlcd.c38 (LCD_BPP != LCD_COLOR32)
204 #if (LCD_BPP != LCD_COLOR32) in lcd_clear()