Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Damifb.c3034 static void bitfill32(unsigned long *dst, int dst_idx, u32 pat, u32 n) in bitfill32() function
3144 bitfill32(dst, dst_idx, color & 1 ? ~0 : 0, n); in fill_one_line()
3330 bitfill32(dst, dst_idx, fgcolor & 1 ? ~0 : 0, n); in expand_one_line()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Damifb.c3023 static void bitfill32(unsigned long *dst, int dst_idx, u32 pat, u32 n) in bitfill32() function
3133 bitfill32(dst, dst_idx, color & 1 ? ~0 : 0, n); in fill_one_line()
3319 bitfill32(dst, dst_idx, fgcolor & 1 ? ~0 : 0, n); in expand_one_line()

Completed in 10 milliseconds