Searched refs:memmove32_col (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
D | atafb_iplan2p2.c | 54 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()
|
D | atafb_iplan2p4.c | 54 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()
|
D | atafb_iplan2p8.c | 61 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()
|
D | atafb_utils.h | 374 static inline void memmove32_col(void *dst, void *src, u32 mask, u32 h, u32 bytes) in memmove32_col() function
|