Lines Matching refs:bgx

246 static u32 eorx, fgx, bgx;	/* color pats */  variable
340 eorx) ^ bgx; in video_drawchars()
347 eorx) ^ bgx; in video_drawchars()
365 bgx); in video_drawchars()
369 bgx); in video_drawchars()
377 bgx); in video_drawchars()
381 bgx); in video_drawchars()
399 bgx); in video_drawchars()
403 bgx); in video_drawchars()
411 bgx); in video_drawchars()
415 bgx); in video_drawchars()
432 [bits >> 4][0] & eorx) ^ bgx); in video_drawchars()
435 [bits >> 4][1] & eorx) ^ bgx); in video_drawchars()
438 [bits >> 4][2] & eorx) ^ bgx); in video_drawchars()
441 [bits >> 4][3] & eorx) ^ bgx); in video_drawchars()
449 [bits & 15][0] & eorx) ^ bgx); in video_drawchars()
452 [bits & 15][1] & eorx) ^ bgx); in video_drawchars()
455 [bits & 15][2] & eorx) ^ bgx); in video_drawchars()
458 [bits & 15][3] & eorx) ^ bgx); in video_drawchars()
475 & eorx) ^ bgx; in video_drawchars()
478 & eorx) ^ bgx; in video_drawchars()
481 & eorx) ^ bgx; in video_drawchars()
488 & eorx) ^ bgx; in video_drawchars()
491 & eorx) ^ bgx; in video_drawchars()
494 & eorx) ^ bgx; in video_drawchars()
584 bgx /* fill color */ in console_clear_line()
591 bgx /* fill color */ in console_clear_line()
605 memsetl(offset + i * VIDEO_LINE_LEN, size, bgx); in console_clear_line()
663 bgx /* fill color */ in console_clear()
666 memsetl(CONSOLE_ROW_FIRST, CONSOLE_SIZE, bgx); in console_clear()
725 fgx = bgx; in console_swap_colors()
726 bgx = eorx; in console_swap_colors()
727 eorx = fgx ^ bgx; in console_swap_colors()
1991 bgx /* fill color */ in video_clear()
1995 (VIDEO_VISIBLE_ROWS * VIDEO_LINE_LEN) / sizeof(int), bgx); in video_clear()
2021 bgx = 0x00000000; in cfg_video_init()
2032 bgx = (color8 << 24) | (color8 << 16) | (color8 << 8) | in cfg_video_init()
2042 bgx = (((CONFIG_SYS_CONSOLE_BG_COL >> 3) << 26) | in cfg_video_init()
2056 bgx = (((CONFIG_SYS_CONSOLE_BG_COL >> 3) << 27) | in cfg_video_init()
2067 bgx = (CONFIG_SYS_CONSOLE_BG_COL << 16) | in cfg_video_init()
2076 bgx = (CONFIG_SYS_CONSOLE_BG_COL << 24) | in cfg_video_init()
2082 eorx = fgx ^ bgx; in cfg_video_init()