Lines Matching refs:eorx
245 static u32 eorx, fgx, bgx; /* color pats */ variable
339 eorx) ^ bgx; in video_drawchars()
346 eorx) ^ bgx; in video_drawchars()
363 [bits >> 6] & eorx) ^ in video_drawchars()
367 [bits >> 4 & 3] & eorx) ^ in video_drawchars()
375 [bits >> 2 & 3] & eorx) ^ in video_drawchars()
379 [bits & 3] & eorx) ^ in video_drawchars()
397 [bits >> 6] & eorx) ^ in video_drawchars()
401 [bits >> 4 & 3] & eorx) ^ in video_drawchars()
409 [bits >> 2 & 3] & eorx) ^ in video_drawchars()
413 [bits & 3] & eorx) ^ 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()
723 eorx = fgx; in console_swap_colors()
725 bgx = eorx; in console_swap_colors()
726 eorx = fgx ^ bgx; in console_swap_colors()
2097 eorx = fgx ^ bgx; in cfg_video_init()