Searched refs:eorx2 (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | fbcon-iplan2p8.c | 370 u32 eorx1, eorx2, fgx1, fgx2, bgx1, bgx2, fdx; in fbcon_iplan2p8_putc() local 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 413 eorx1 = fgx1 ^ bgx1; eorx2 = fgx2 ^ bgx2; in fbcon_iplan2p8_putcs() 432 movepl2(dest, (fdx & eorx1) ^ bgx1, (fdx & eorx2) ^ bgx2); in fbcon_iplan2p8_putcs()
|