Home
last modified time | relevance | path

Searched refs:CONSOLE_COLOR_BLUE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dlcd.h179 # define CONSOLE_COLOR_BLUE 4 macro
188 #define CONSOLE_COLOR_BLUE 0x000000ff macro
200 # define CONSOLE_COLOR_BLUE 0x001F macro
/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c98 CONSOLE_COLOR_BLUE, CONSOLE_COLOR_MAGENTA, CONSOLE_COLOR_CYAN,
106 CONSOLE_COLOR_RED, CONSOLE_COLOR_GREEN, CONSOLE_COLOR_YELLOW, CONSOLE_COLOR_BLUE,
184 lcd_setcolreg(CONSOLE_COLOR_BLUE, 0, 0, 0xFF); in lcd_clear()