Searched refs:eorx (Results 1 – 3 of 3) sorted by relevance
244 static u32 eorx, fgx, bgx; /* color pats */ variable338 eorx) ^ bgx; in video_drawchars()345 eorx) ^ bgx; in video_drawchars()362 [bits >> 6] & eorx) ^ in video_drawchars()366 [bits >> 4 & 3] & eorx) ^ in video_drawchars()374 [bits >> 2 & 3] & eorx) ^ in video_drawchars()378 [bits & 3] & eorx) ^ in video_drawchars()396 [bits >> 6] & eorx) ^ in video_drawchars()400 [bits >> 4 & 3] & eorx) ^ in video_drawchars()408 [bits >> 2 & 3] & eorx) ^ in video_drawchars()[all …]
191 u32 bit_mask, eorx, shift; in fast_imageblit() local224 eorx = fgx ^ bgx; in fast_imageblit()228 colortab[i] = (tab[i] & eorx) ^ bgx; in fast_imageblit()
221 u32 bit_mask, eorx, shift; in fast_imageblit() local254 eorx = fgx ^ bgx; in fast_imageblit()258 colortab[i] = (tab[i] & eorx) ^ bgx; in fast_imageblit()