OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LCD_COLOR8
(Results
1 - 10
of
10
) sorted by null
/external/u-boot/include/
lcd.h
145
#define
LCD_COLOR8
3
162
#define LCD_BPP
LCD_COLOR8
173
#if LCD_BPP ==
LCD_COLOR8
/external/u-boot/include/configs/
at91sam9rlek.h
33
#define LCD_BPP
LCD_COLOR8
at91sam9261ek.h
38
#define LCD_BPP
LCD_COLOR8
at91sam9m10g45ek.h
30
#define LCD_BPP
LCD_COLOR8
picosam9g45.h
40
#define LCD_BPP
LCD_COLOR8
at91sam9263ek.h
41
#define LCD_BPP
LCD_COLOR8
pm9261.h
143
#define LCD_BPP
LCD_COLOR8
pm9263.h
155
#define LCD_BPP
LCD_COLOR8
/external/u-boot/drivers/video/
pxa_lcd.c
33
# define LCD_BPP
LCD_COLOR8
67
# define LCD_BPP
LCD_COLOR8
100
# define LCD_BPP
LCD_COLOR8
134
#define LCD_BPP
LCD_COLOR8
167
# define LCD_BPP
LCD_COLOR8
203
# define LCD_BPP
LCD_COLOR8
269
# define LCD_BPP
LCD_COLOR8
302
# define LCD_BPP
LCD_COLOR8
358
#if LCD_BPP ==
LCD_COLOR8
383
#endif /*
LCD_COLOR8
*/
[
all
...]
/external/u-boot/common/
lcd.c
37
#if (LCD_BPP !=
LCD_COLOR8
) && (LCD_BPP != LCD_COLOR16) && \
91
#if LCD_BPP ==
LCD_COLOR8
98
}; /*LCD_BPP ==
LCD_COLOR8
*/
117
#if LCD_BPP ==
LCD_COLOR8
177
#if LCD_BPP ==
LCD_COLOR8
Completed in 721 milliseconds