Searched refs:bitcpy (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/video/fbdev/core/ | 
| D | syscopyarea.c | 28 bitcpy(struct fb_info *p, unsigned long *dst, unsigned dst_idx,  in bitcpy()  function356 			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()  function423 			bitcpy(p, base + (dst_idx / bits), dst_idx % bits,  in cfb_copyarea()
 
 | 
| /Linux-v5.10/drivers/video/fbdev/ | 
| D | amifb.c | 2602 static void bitcpy(unsigned long *dst, int dst_idx, const unsigned long *src,  in bitcpy()  function3220 		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()
 
 |