Searched refs:CONSOLE_COLOR_YELLOW (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/ |
A D | lcd.h | 178 # define CONSOLE_COLOR_YELLOW 3 macro 187 #define CONSOLE_COLOR_YELLOW 0x00ffff00 macro 199 # define CONSOLE_COLOR_YELLOW 0xFFE0 macro
|
/u-boot/common/ |
A D | lcd.c | 101 CONSOLE_COLOR_RED, CONSOLE_COLOR_GREEN, CONSOLE_COLOR_YELLOW, 110 CONSOLE_COLOR_RED, CONSOLE_COLOR_GREEN, CONSOLE_COLOR_YELLOW, CONSOLE_COLOR_BLUE, 186 lcd_setcolreg(CONSOLE_COLOR_YELLOW, 0xFF, 0xFF, 0); in lcd_clear()
|
Completed in 5 milliseconds