Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.c246 static u32 eorx, fgx, bgx; /* color pats */ variable
724 eorx = fgx; in console_swap_colors()
725 fgx = bgx; in console_swap_colors()
727 eorx = fgx ^ bgx; in console_swap_colors()
2020 fgx = 0x01010101; in cfg_video_init()
2027 fgx = (color8 << 24) | (color8 << 16) | (color8 << 8) | in cfg_video_init()
2036 fgx = (((CONFIG_SYS_CONSOLE_FG_COL >> 3) << 26) | in cfg_video_init()
2050 fgx = (((CONFIG_SYS_CONSOLE_FG_COL >> 3) << 27) | in cfg_video_init()
2064 fgx = (CONFIG_SYS_CONSOLE_FG_COL << 16) | in cfg_video_init()
2072 fgx = (CONFIG_SYS_CONSOLE_FG_COL << 24) | in cfg_video_init()
[all …]