Searched refs:LCD_BPP (Results 1 – 23 of 23) sorted by relevance
/u-boot/include/ |
A D | lcd.h | 162 #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
|
/u-boot/drivers/video/ |
A D | pxa_lcd.c | 34 # define LCD_BPP LCD_COLOR8 macro 51 .vl_bpix = LCD_BPP, 68 # define LCD_BPP LCD_COLOR8 macro 85 .vl_bpix = LCD_BPP, 118 .vl_bpix = LCD_BPP, 151 .vl_bpix = LCD_BPP, 186 .vl_bpix = LCD_BPP, 220 .vl_bpix = LCD_BPP, 252 .vl_bpix = LCD_BPP, 286 .vl_bpix = LCD_BPP, [all …]
|
/u-boot/common/ |
A D | lcd.c | 33 #if (CONSOLE_COLOR_WHITE >= BMP_LOGO_OFFSET) && (LCD_BPP != LCD_COLOR16) 42 #if (LCD_BPP != LCD_COLOR8) && (LCD_BPP != LCD_COLOR16) && \ 43 (LCD_BPP != LCD_COLOR32) 96 #if LCD_BPP == LCD_COLOR8 105 #elif LCD_BPP == LCD_COLOR16 122 #if LCD_BPP == LCD_COLOR8 in test_pattern() 124 #elif LCD_BPP == LCD_COLOR16 in test_pattern() 181 #if LCD_BPP == LCD_COLOR8 in lcd_clear() 208 #if (LCD_BPP != LCD_COLOR32) in lcd_clear()
|
A D | lcd_simplefb.c | 43 bpix = LCD_BPP; in lcd_dt_simplefb_configure_node()
|
/u-boot/include/configs/ |
A D | peach-pi.h | 30 #define LCD_BPP LCD_COLOR16 macro
|
A D | exynos5-dt-common.h | 30 #define LCD_BPP LCD_COLOR16 macro
|
A D | brxre1.h | 18 #define LCD_BPP LCD_COLOR32 macro
|
A D | sansa_fuze_plus.h | 27 #define LCD_BPP LCD_COLOR16 macro
|
A D | xfi3.h | 27 #define LCD_BPP LCD_COLOR16 macro
|
A D | at91sam9rlek.h | 32 #define LCD_BPP LCD_COLOR8 macro
|
A D | at91sam9261ek.h | 38 #define LCD_BPP LCD_COLOR8 macro
|
A D | picosam9g45.h | 38 #define LCD_BPP LCD_COLOR8 macro
|
A D | s5pc210_universal.h | 151 #define LCD_BPP LCD_COLOR16 macro
|
A D | at91sam9n12ek.h | 23 #define LCD_BPP LCD_COLOR16 macro
|
A D | trats2.h | 156 #define LCD_BPP LCD_COLOR16 macro
|
A D | at91sam9m10g45ek.h | 30 #define LCD_BPP LCD_COLOR8 macro
|
A D | trats.h | 175 #define LCD_BPP LCD_COLOR16 macro
|
A D | sandbox.h | 81 #define LCD_BPP LCD_COLOR16 macro
|
A D | at91sam9263ek.h | 41 #define LCD_BPP LCD_COLOR8 macro
|
A D | pm9261.h | 142 #define LCD_BPP LCD_COLOR8 macro
|
A D | pm9263.h | 154 #define LCD_BPP LCD_COLOR8 macro
|
/u-boot/board/atmel/at91sam9n12ek/ |
A D | at91sam9n12ek.c | 89 .vl_bpix = LCD_BPP,
|
/u-boot/board/compulab/common/ |
A D | omap3_display.c | 37 .vl_bpix = LCD_BPP,
|
Completed in 19 milliseconds