Lines Matching refs:bgx

245 static u32 eorx, fgx, bgx;	/* color pats */  variable
339 eorx) ^ bgx; in video_drawchars()
346 eorx) ^ bgx; in video_drawchars()
364 bgx); in video_drawchars()
368 bgx); in video_drawchars()
376 bgx); in video_drawchars()
380 bgx); in video_drawchars()
398 bgx); in video_drawchars()
402 bgx); in video_drawchars()
410 bgx); in video_drawchars()
414 bgx); in video_drawchars()
431 [bits >> 4][0] & eorx) ^ bgx); in video_drawchars()
434 [bits >> 4][1] & eorx) ^ bgx); in video_drawchars()
437 [bits >> 4][2] & eorx) ^ bgx); in video_drawchars()
440 [bits >> 4][3] & eorx) ^ bgx); in video_drawchars()
448 [bits & 15][0] & eorx) ^ bgx); in video_drawchars()
451 [bits & 15][1] & eorx) ^ bgx); in video_drawchars()
454 [bits & 15][2] & eorx) ^ bgx); in video_drawchars()
457 [bits & 15][3] & eorx) ^ bgx); in video_drawchars()
474 & eorx) ^ bgx; in video_drawchars()
477 & eorx) ^ bgx; in video_drawchars()
480 & eorx) ^ bgx; in video_drawchars()
487 & eorx) ^ bgx; in video_drawchars()
490 & eorx) ^ bgx; in video_drawchars()
493 & eorx) ^ bgx; in video_drawchars()
583 bgx /* fill color */ in console_clear_line()
590 bgx /* fill color */ in console_clear_line()
604 memsetl(offset + i * VIDEO_LINE_LEN, size, bgx); in console_clear_line()
662 bgx /* fill color */ in console_clear()
665 memsetl(CONSOLE_ROW_FIRST, CONSOLE_SIZE, bgx); in console_clear()
724 fgx = bgx; in console_swap_colors()
725 bgx = eorx; in console_swap_colors()
726 eorx = fgx ^ bgx; in console_swap_colors()
2006 bgx /* fill color */ in video_clear()
2010 (VIDEO_VISIBLE_ROWS * VIDEO_LINE_LEN) / sizeof(int), bgx); in video_clear()
2036 bgx = 0x00000000; in cfg_video_init()
2047 bgx = (color8 << 24) | (color8 << 16) | (color8 << 8) | in cfg_video_init()
2057 bgx = (((CONFIG_SYS_CONSOLE_BG_COL >> 3) << 26) | in cfg_video_init()
2071 bgx = (((CONFIG_SYS_CONSOLE_BG_COL >> 3) << 27) | in cfg_video_init()
2082 bgx = (CONFIG_SYS_CONSOLE_BG_COL << 16) | in cfg_video_init()
2091 bgx = (CONFIG_SYS_CONSOLE_BG_COL << 24) | in cfg_video_init()
2097 eorx = fgx ^ bgx; in cfg_video_init()