Searched refs:eorx (Results 1 – 3 of 3) sorted by relevance
246 static u32 eorx, fgx, bgx; /* color pats */ variable340 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()[all …]
191 u32 bit_mask, end_mask, eorx, shift; in fast_imageblit() local218 eorx = fgx ^ bgx; in fast_imageblit()229 *dst++ = (end_mask & eorx) ^ bgx; in fast_imageblit()
221 u32 bit_mask, end_mask, eorx, shift; in fast_imageblit() local248 eorx = fgx ^ bgx; in fast_imageblit()257 FB_WRITEL((end_mask & eorx)^bgx, dst++); in fast_imageblit()