Home
last modified time | relevance | path

Searched refs:LCD_BPP (Results 1 – 24 of 24) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/video/
Dpxa_lcd.c33 # define LCD_BPP LCD_COLOR8 macro
50 .vl_bpix = LCD_BPP,
67 # define LCD_BPP LCD_COLOR8 macro
84 .vl_bpix = LCD_BPP,
100 # define LCD_BPP LCD_COLOR8 macro
117 .vl_bpix = LCD_BPP,
134 #define LCD_BPP LCD_COLOR8 macro
150 .vl_bpix = LCD_BPP,
167 # define LCD_BPP LCD_COLOR8 macro
185 .vl_bpix = LCD_BPP,
[all …]
/third_party/uboot/u-boot-2020.01/include/
Dlcd.h162 #ifndef LCD_BPP
163 #define LCD_BPP LCD_COLOR8 macro
174 #if LCD_BPP == LCD_COLOR8
184 #elif LCD_BPP == LCD_COLOR32
207 #if LCD_BPP == LCD_COLOR16
209 #elif LCD_BPP == LCD_COLOR32
/third_party/uboot/u-boot-2020.01/common/
Dlcd.c29 #if (CONSOLE_COLOR_WHITE >= BMP_LOGO_OFFSET) && (LCD_BPP != LCD_COLOR16)
38 #if (LCD_BPP != LCD_COLOR8) && (LCD_BPP != LCD_COLOR16) && \
39 (LCD_BPP != LCD_COLOR32)
92 #if LCD_BPP == LCD_COLOR8
101 #elif LCD_BPP == LCD_COLOR16
118 #if LCD_BPP == LCD_COLOR8 in test_pattern()
120 #elif LCD_BPP == LCD_COLOR16 in test_pattern()
177 #if LCD_BPP == LCD_COLOR8 in lcd_clear()
204 #if (LCD_BPP != LCD_COLOR32) in lcd_clear()
Dlcd_simplefb.c42 bpix = LCD_BPP; in lcd_dt_simplefb_configure_node()
/third_party/uboot/u-boot-2020.01/include/configs/
Dpeach-pi.h33 #define LCD_BPP LCD_COLOR16 macro
Dexynos5-dt-common.h30 #define LCD_BPP LCD_COLOR16 macro
Dsansa_fuze_plus.h28 #define LCD_BPP LCD_COLOR16 macro
Dxfi3.h28 #define LCD_BPP LCD_COLOR16 macro
Dbrxre1.h18 #define LCD_BPP LCD_COLOR32 macro
Dat91sam9rlek.h32 #define LCD_BPP LCD_COLOR8 macro
Dat91sam9261ek.h38 #define LCD_BPP LCD_COLOR8 macro
Dpicosam9g45.h40 #define LCD_BPP LCD_COLOR8 macro
Ds5pc210_universal.h160 #define LCD_BPP LCD_COLOR16 macro
Dat91sam9n12ek.h23 #define LCD_BPP LCD_COLOR16 macro
Dsandbox.h83 #define LCD_BPP LCD_COLOR16 macro
Dat91sam9m10g45ek.h30 #define LCD_BPP LCD_COLOR8 macro
Dtrats2.h167 #define LCD_BPP LCD_COLOR16 macro
Dtrats.h184 #define LCD_BPP LCD_COLOR16 macro
Dcm_t35.h195 #define LCD_BPP LCD_COLOR16 macro
Dat91sam9263ek.h39 #define LCD_BPP LCD_COLOR8 macro
Dpm9261.h142 #define LCD_BPP LCD_COLOR8 macro
Dpm9263.h154 #define LCD_BPP LCD_COLOR8 macro
/third_party/uboot/u-boot-2020.01/board/atmel/at91sam9n12ek/
Dat91sam9n12ek.c86 .vl_bpix = LCD_BPP,
/third_party/uboot/u-boot-2020.01/board/compulab/common/
Domap3_display.c37 .vl_bpix = LCD_BPP,