Home
last modified time | relevance | path

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

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