Searched refs:expand8dl (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | fbcon-iplan2p8.c | 148 static __inline__ void expand8dl(u8 c, u32 *ret1, u32 *ret2) in expand8dl() function 338 expand8dl(attr_bgcol_ec(p,conp), &pcval1, &pcval2); in fbcon_iplan2p8_clear() 382 expand8dl(attr_fgcol(p,c), &fgx1, &fgx2); in fbcon_iplan2p8_putc() 383 expand8dl(attr_bgcol(p,c), &bgx1, &bgx2); in fbcon_iplan2p8_putc() 411 expand8dl(attr_fgcol(p, c), &fgx1, &fgx2); in fbcon_iplan2p8_putcs() 412 expand8dl(attr_bgcol(p, c), &bgx1, &bgx2); in fbcon_iplan2p8_putcs()
|