Home
last modified time | relevance | path

Searched refs:memmove32_col (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
Datafb_iplan2p2.c54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea()
73 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p2_copyarea()
82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p2_copyarea()
99 memmove32_col(dst - (width - 16) / (8 / BPL), in atafb_iplan2p2_copyarea()
Datafb_iplan2p4.c54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea()
73 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p4_copyarea()
82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea()
99 memmove32_col(dst - (width - 16) / (8 / BPL), in atafb_iplan2p4_copyarea()
Datafb_iplan2p8.c61 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea()
80 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea()
89 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea()
106 memmove32_col(dst - (width - 16) / (8 / BPL), in atafb_iplan2p8_copyarea()
Datafb_utils.h374 static inline void memmove32_col(void *dst, void *src, u32 mask, u32 h, u32 bytes) in memmove32_col() function