Searched refs:bitfill32 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Damifb.c3023 static void bitfill32(unsigned long *dst, int dst_idx, u32 pat, u32 n) function
3133 bitfill32(dst, dst_idx, color & 1 ? ~0 : 0, n);
3319 bitfill32(dst, dst_idx, fgcolor & 1 ? ~0 : 0, n);

Completed in 247 milliseconds