Home
last modified time | relevance | path

Searched refs:eorx (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/video/fbdev/core/
Dsysimgblt.c191 u32 bit_mask, eorx, shift; in fast_imageblit() local
224 eorx = fgx ^ bgx; in fast_imageblit()
228 colortab[i] = (tab[i] & eorx) ^ bgx; in fast_imageblit()
Dcfbimgblt.c221 u32 bit_mask, eorx, shift; in fast_imageblit() local
254 eorx = fgx ^ bgx; in fast_imageblit()
258 colortab[i] = (tab[i] & eorx) ^ bgx; in fast_imageblit()