Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c245 static u32 eorx, fgx, bgx; /* color pats */ variable
339 eorx) ^ bgx; in video_drawchars()
346 eorx) ^ bgx; in video_drawchars()
363 [bits >> 6] & eorx) ^ in video_drawchars()
367 [bits >> 4 & 3] & eorx) ^ in video_drawchars()
375 [bits >> 2 & 3] & eorx) ^ in video_drawchars()
379 [bits & 3] & eorx) ^ in video_drawchars()
397 [bits >> 6] & eorx) ^ in video_drawchars()
401 [bits >> 4 & 3] & eorx) ^ in video_drawchars()
409 [bits >> 2 & 3] & eorx) ^ in video_drawchars()
[all …]