Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dlcd.h175 # define CONSOLE_COLOR_RED 1 macro
184 #define CONSOLE_COLOR_RED 0x00ff0000 macro
196 # define CONSOLE_COLOR_RED 0xF800 macro
/openbmc/u-boot/common/
H A Dlcd.c96 CONSOLE_COLOR_RED, CONSOLE_COLOR_GREEN, CONSOLE_COLOR_YELLOW,
105 CONSOLE_COLOR_RED, CONSOLE_COLOR_GREEN, CONSOLE_COLOR_YELLOW, CONSOLE_COLOR_BLUE,
180 lcd_setcolreg(CONSOLE_COLOR_RED, 0xFF, 0, 0); in lcd_clear()