Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dlcd.h148 #define LCD_COLOR32 5 macro
184 #elif LCD_BPP == LCD_COLOR32
209 #elif LCD_BPP == LCD_COLOR32
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_gop.c85 case LCD_COLOR32: in gop_blt()
166 case LCD_COLOR32:
193 if (bpix == LCD_COLOR32) {
/OK3568_Linux_fs/u-boot/include/configs/
H A Dbrxre1.h19 #define LCD_BPP LCD_COLOR32
H A Dbrppt1.h21 #define LCD_BPP LCD_COLOR32
/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c39 (LCD_BPP != LCD_COLOR32)
205 #if (LCD_BPP != LCD_COLOR32) in lcd_clear()