Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.c246 static u32 eorx, fgx, bgx; /* color pats */ variable
340 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 …]