Searched refs:bitcpy (Results 1 – 3 of 3) sorted by relevance
/drivers/video/fbdev/core/ |
D | syscopyarea.c | 28 bitcpy(struct fb_info *p, unsigned long *dst, unsigned dst_idx, in bitcpy() function 356 bitcpy(p, base + (dst_idx / bits), dst_idx % bits, in sys_copyarea()
|
D | cfbcopyarea.c | 46 bitcpy(struct fb_info *p, unsigned long __iomem *dst, unsigned dst_idx, in bitcpy() function 423 bitcpy(p, base + (dst_idx / bits), dst_idx % bits, in cfb_copyarea()
|
/drivers/video/fbdev/ |
D | amifb.c | 2602 static void bitcpy(unsigned long *dst, int dst_idx, const unsigned long *src, in bitcpy() function 3220 bitcpy(dst, dst_idx, src, src_idx, n); in copy_one_line() 3325 bitcpy(dst, dst_idx, src, src_idx, n); in expand_one_line()
|