Searched refs:CONSOLE_COLOR_YELLOW (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ |
D | lcd.h | 177 # define CONSOLE_COLOR_YELLOW 3 macro 186 #define CONSOLE_COLOR_YELLOW 0x00ffff00 macro 198 # define CONSOLE_COLOR_YELLOW 0xFFE0 macro
|
/external/u-boot/common/ |
D | lcd.c | 96 CONSOLE_COLOR_RED, CONSOLE_COLOR_GREEN, CONSOLE_COLOR_YELLOW, 105 CONSOLE_COLOR_RED, CONSOLE_COLOR_GREEN, CONSOLE_COLOR_YELLOW, CONSOLE_COLOR_BLUE, 182 lcd_setcolreg(CONSOLE_COLOR_YELLOW, 0xFF, 0xFF, 0); in lcd_clear()
|