Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/core/
Dsyscopyarea.c28 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()
Dcfbcopyarea.c46 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()
/linux-4.4.14/drivers/video/fbdev/
Damifb.c2600 static void bitcpy(unsigned long *dst, int dst_idx, const unsigned long *src, in bitcpy() function
3218 bitcpy(dst, dst_idx, src, src_idx, n); in copy_one_line()
3323 bitcpy(dst, dst_idx, src, src_idx, n); in expand_one_line()