Searched refs:bitxor32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | amifb.c | 3090 static void bitxor32(unsigned long *dst, int dst_idx, u32 pat, u32 n) in bitxor32() function 3159 bitxor32(dst, dst_idx, color & 1 ? ~0 : 0, n); in xor_one_line()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | amifb.c | 3079 static void bitxor32(unsigned long *dst, int dst_idx, u32 pat, u32 n) in bitxor32() function 3148 bitxor32(dst, dst_idx, color & 1 ? ~0 : 0, n); in xor_one_line()
|
Completed in 9 milliseconds