Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c338 eorx) ^ bgx; in video_drawchars()
345 eorx) ^ bgx; in video_drawchars()
473 & eorx) ^ bgx; in video_drawchars()
476 & eorx) ^ bgx; in video_drawchars()
479 & eorx) ^ bgx; in video_drawchars()
486 & eorx) ^ bgx; in video_drawchars()
489 & eorx) ^ bgx; in video_drawchars()
722 eorx = fgx; in console_swap_colors()
724 bgx = eorx; in console_swap_colors()
725 eorx = fgx ^ bgx; in console_swap_colors()
[all …]
/openbmc/linux/drivers/video/fbdev/core/
H A 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()
H A 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()