Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Damifb.c3032 static void bitfill32(unsigned long *dst, int dst_idx, u32 pat, u32 n) in bitfill32() function
3142 bitfill32(dst, dst_idx, color & 1 ? ~0 : 0, n); in fill_one_line()
3328 bitfill32(dst, dst_idx, fgcolor & 1 ? ~0 : 0, n); in expand_one_line()