Searched refs:fgx1 (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 382 expand8dl(attr_fgcol(p,c), &fgx1, &fgx2); in fbcon_iplan2p8_putc() 384 eorx1 = fgx1 ^ bgx1; eorx2 = fgx2 ^ bgx2; in fbcon_iplan2p8_putc() 400 u32 eorx1, eorx2, fgx1, fgx2, bgx1, bgx2, fdx; in fbcon_iplan2p8_putcs() local 411 expand8dl(attr_fgcol(p, c), &fgx1, &fgx2); in fbcon_iplan2p8_putcs() 413 eorx1 = fgx1 ^ bgx1; eorx2 = fgx2 ^ bgx2; in fbcon_iplan2p8_putcs()
|