Home
last modified time | relevance | path

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

12

/external/u-boot/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 …]
/external/u-boot/include/
Dlcd.h161 #ifndef LCD_BPP
162 #define LCD_BPP LCD_COLOR8 macro
173 #if LCD_BPP == LCD_COLOR8
183 #elif LCD_BPP == LCD_COLOR32
206 #if LCD_BPP == LCD_COLOR16
208 #elif LCD_BPP == LCD_COLOR32
/external/u-boot/common/
Dlcd.c28 #if (CONSOLE_COLOR_WHITE >= BMP_LOGO_OFFSET) && (LCD_BPP != LCD_COLOR16)
37 #if (LCD_BPP != LCD_COLOR8) && (LCD_BPP != LCD_COLOR16) && \
38 (LCD_BPP != LCD_COLOR32)
91 #if LCD_BPP == LCD_COLOR8
100 #elif LCD_BPP == LCD_COLOR16
117 #if LCD_BPP == LCD_COLOR8 in test_pattern()
119 #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()
/external/u-boot/include/configs/
Dpeach-pi.h34 #define LCD_BPP LCD_COLOR16 macro
Dexynos5-dt-common.h31 #define LCD_BPP LCD_COLOR16 macro
Dsansa_fuze_plus.h30 #define LCD_BPP LCD_COLOR16 macro
Dxfi3.h30 #define LCD_BPP LCD_COLOR16 macro
Dbrxre1.h18 #define LCD_BPP LCD_COLOR32 macro
Dat91sam9rlek.h33 #define LCD_BPP LCD_COLOR8 macro
Dpicosam9g45.h40 #define LCD_BPP LCD_COLOR8 macro
Dsandbox.h83 #define LCD_BPP LCD_COLOR16 macro
Dat91sam9261ek.h38 #define LCD_BPP LCD_COLOR8 macro
Ds5pc210_universal.h169 #define LCD_BPP LCD_COLOR16 macro
Dcm_t3517.h216 #define LCD_BPP LCD_COLOR16 macro
Dtrats2.h173 #define LCD_BPP LCD_COLOR16 macro
Dat91sam9m10g45ek.h30 #define LCD_BPP LCD_COLOR8 macro
Dtrats.h190 #define LCD_BPP LCD_COLOR16 macro
Dbrppt1.h20 #define LCD_BPP LCD_COLOR32 macro
Dat91sam9n12ek.h23 #define LCD_BPP LCD_COLOR16 macro
Dcm_t35.h209 #define LCD_BPP LCD_COLOR16 macro
Dat91sam9263ek.h41 #define LCD_BPP LCD_COLOR8 macro
Dpm9261.h143 #define LCD_BPP LCD_COLOR8 macro
Dpm9263.h155 #define LCD_BPP LCD_COLOR8 macro
/external/u-boot/board/atmel/at91sam9n12ek/
Dat91sam9n12ek.c85 .vl_bpix = LCD_BPP,

12