Lines Matching refs:bgx

251 static u32 eorx, fgx, bgx;	/* color pats */  variable
345 eorx) ^ bgx; in video_drawchars()
352 eorx) ^ bgx; in video_drawchars()
370 bgx); in video_drawchars()
374 bgx); in video_drawchars()
382 bgx); in video_drawchars()
386 bgx); in video_drawchars()
404 bgx); in video_drawchars()
408 bgx); in video_drawchars()
416 bgx); in video_drawchars()
420 bgx); in video_drawchars()
437 [bits >> 4][0] & eorx) ^ bgx); in video_drawchars()
440 [bits >> 4][1] & eorx) ^ bgx); in video_drawchars()
443 [bits >> 4][2] & eorx) ^ bgx); in video_drawchars()
446 [bits >> 4][3] & eorx) ^ bgx); in video_drawchars()
454 [bits & 15][0] & eorx) ^ bgx); in video_drawchars()
457 [bits & 15][1] & eorx) ^ bgx); in video_drawchars()
460 [bits & 15][2] & eorx) ^ bgx); in video_drawchars()
463 [bits & 15][3] & eorx) ^ bgx); in video_drawchars()
480 & eorx) ^ bgx; in video_drawchars()
483 & eorx) ^ bgx; in video_drawchars()
486 & eorx) ^ bgx; in video_drawchars()
493 & eorx) ^ bgx; in video_drawchars()
496 & eorx) ^ bgx; in video_drawchars()
499 & eorx) ^ bgx; in video_drawchars()
589 bgx /* fill color */ in console_clear_line()
596 bgx /* fill color */ in console_clear_line()
610 memsetl(offset + i * VIDEO_LINE_LEN, size, bgx); in console_clear_line()
668 bgx /* fill color */ in console_clear()
671 memsetl(CONSOLE_ROW_FIRST, CONSOLE_SIZE, bgx); in console_clear()
730 fgx = bgx; in console_swap_colors()
731 bgx = eorx; in console_swap_colors()
732 eorx = fgx ^ bgx; in console_swap_colors()
2011 bgx /* fill color */ in video_clear()
2015 (VIDEO_VISIBLE_ROWS * VIDEO_LINE_LEN) / sizeof(int), bgx); in video_clear()
2041 bgx = 0x00000000; in cfg_video_init()
2052 bgx = (color8 << 24) | (color8 << 16) | (color8 << 8) | in cfg_video_init()
2062 bgx = (((CONFIG_SYS_CONSOLE_BG_COL >> 3) << 26) | in cfg_video_init()
2076 bgx = (((CONFIG_SYS_CONSOLE_BG_COL >> 3) << 27) | in cfg_video_init()
2087 bgx = (CONFIG_SYS_CONSOLE_BG_COL << 16) | in cfg_video_init()
2096 bgx = (CONFIG_SYS_CONSOLE_BG_COL << 24) | in cfg_video_init()
2102 eorx = fgx ^ bgx; in cfg_video_init()