Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dfbcon-iplan2p8.c370 u32 eorx1, eorx2, fgx1, fgx2, bgx1, bgx2, fdx; in fbcon_iplan2p8_putc() local
383 expand8dl(attr_bgcol(p,c), &bgx1, &bgx2); in fbcon_iplan2p8_putc()
384 eorx1 = fgx1 ^ bgx1; eorx2 = fgx2 ^ bgx2; in fbcon_iplan2p8_putc()
388 movepl2(dest, (fdx & eorx1) ^ bgx1, (fdx & eorx2) ^ bgx2); in fbcon_iplan2p8_putc()
400 u32 eorx1, eorx2, fgx1, fgx2, bgx1, bgx2, fdx; in fbcon_iplan2p8_putcs() local
412 expand8dl(attr_bgcol(p, c), &bgx1, &bgx2); in fbcon_iplan2p8_putcs()
413 eorx1 = fgx1 ^ bgx1; eorx2 = fgx2 ^ bgx2; in fbcon_iplan2p8_putcs()
432 movepl2(dest, (fdx & eorx1) ^ bgx1, (fdx & eorx2) ^ bgx2); in fbcon_iplan2p8_putcs()