Lines Matching refs:eorx
246 static u32 eorx, fgx, bgx; /* color pats */ variable
340 eorx) ^ bgx; in video_drawchars()
347 eorx) ^ bgx; in video_drawchars()
364 [bits >> 6] & eorx) ^ in video_drawchars()
368 [bits >> 4 & 3] & eorx) ^ in video_drawchars()
376 [bits >> 2 & 3] & eorx) ^ in video_drawchars()
380 [bits & 3] & eorx) ^ in video_drawchars()
398 [bits >> 6] & eorx) ^ in video_drawchars()
402 [bits >> 4 & 3] & eorx) ^ in video_drawchars()
410 [bits >> 2 & 3] & eorx) ^ in video_drawchars()
414 [bits & 3] & eorx) ^ 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()
724 eorx = fgx; in console_swap_colors()
726 bgx = eorx; in console_swap_colors()
727 eorx = fgx ^ bgx; in console_swap_colors()
2082 eorx = fgx ^ bgx; in cfg_video_init()