Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dlcd.h177 # define CONSOLE_COLOR_GREEN 2 macro
186 #define CONSOLE_COLOR_GREEN 0x0000ff00 macro
198 # define CONSOLE_COLOR_GREEN 0x07E0 macro
/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c97 CONSOLE_COLOR_RED, CONSOLE_COLOR_GREEN, CONSOLE_COLOR_YELLOW,
106 CONSOLE_COLOR_RED, CONSOLE_COLOR_GREEN, CONSOLE_COLOR_YELLOW, CONSOLE_COLOR_BLUE,
182 lcd_setcolreg(CONSOLE_COLOR_GREEN, 0, 0xFF, 0); in lcd_clear()