Home
last modified time | relevance | path

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

/external/u-boot/include/
Dlcd.h147 #define LCD_COLOR32 5 macro
183 #elif LCD_BPP == LCD_COLOR32
208 #elif LCD_BPP == LCD_COLOR32
/external/u-boot/include/configs/
Dbrxre1.h18 #define LCD_BPP LCD_COLOR32
Dbrppt1.h20 #define LCD_BPP LCD_COLOR32
/external/u-boot/lib/efi_loader/
Defi_gop.c223 case LCD_COLOR32: in gop_get_bpp()
426 case LCD_COLOR32: in efi_gop_register()
464 if (bpix == LCD_COLOR32) in efi_gop_register()
/external/u-boot/common/
Dlcd.c38 (LCD_BPP != LCD_COLOR32)
204 #if (LCD_BPP != LCD_COLOR32) in lcd_clear()