Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dlcd.h181 # define CONSOLE_COLOR_GREY 14 macro
190 #define CONSOLE_COLOR_GREY 0x00aaaaaa macro
202 # define CONSOLE_COLOR_GREY 0xC618 macro
/openbmc/u-boot/common/
H A Dlcd.c106 CONSOLE_COLOR_MAGENTA, CONSOLE_COLOR_CYAN, CONSOLE_COLOR_GREY, CONSOLE_COLOR_WHITE,
186 lcd_setcolreg(CONSOLE_COLOR_GREY, 0xAA, 0xAA, 0xAA); in lcd_clear()