Searched refs:CONSOLE_COLOR_BLUE (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ |
D | lcd.h | 178 # define CONSOLE_COLOR_BLUE 4 macro 187 #define CONSOLE_COLOR_BLUE 0x000000ff macro 199 # define CONSOLE_COLOR_BLUE 0x001F macro
|
/external/u-boot/common/ |
D | lcd.c | 97 CONSOLE_COLOR_BLUE, CONSOLE_COLOR_MAGENTA, CONSOLE_COLOR_CYAN, 105 CONSOLE_COLOR_RED, CONSOLE_COLOR_GREEN, CONSOLE_COLOR_YELLOW, CONSOLE_COLOR_BLUE, 183 lcd_setcolreg(CONSOLE_COLOR_BLUE, 0, 0, 0xFF); in lcd_clear()
|