Searched refs:BPL (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | atafb_iplan2p2.c | 20 #define BPL 2 macro 50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea() 51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea() 53 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea() 54 src += BPL * 2; in atafb_iplan2p2_copyarea() 55 dst += BPL * 2; in atafb_iplan2p2_copyarea() 62 w *= BPL / 2; in atafb_iplan2p2_copyarea() 72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p2_copyarea() 73 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea() 75 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea() [all …]
|
D | atafb_iplan2p4.c | 20 #define BPL 4 macro 50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea() 51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea() 53 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea() 54 src += BPL * 2; in atafb_iplan2p4_copyarea() 55 dst += BPL * 2; in atafb_iplan2p4_copyarea() 62 w *= BPL / 2; in atafb_iplan2p4_copyarea() 72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p4_copyarea() 73 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea() 75 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea() [all …]
|
D | atafb_iplan2p8.c | 20 #define BPL 8 macro 57 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 58 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 60 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea() 61 src += BPL * 2; in atafb_iplan2p8_copyarea() 62 dst += BPL * 2; in atafb_iplan2p8_copyarea() 69 w *= BPL / 2; in atafb_iplan2p8_copyarea() 79 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea() 80 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea() 82 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() [all …]
|
D | atafb_utils.h | 248 #ifdef BPL 264 #if BPL > 4 in expand8_col2mask() 272 #if BPL > 4 in expand8_2col2mask() 285 #if BPL > 2 in fill8_col() 289 #if BPL > 4 in fill8_col() 308 #if BPL > 2 in fill8_2col() 314 #if BPL > 2 in fill8_2col() 318 #if BPL > 4 in fill8_2col() 334 #if BPL > 2 in expand16_col2mask() 337 #if BPL > 4 in expand16_col2mask() [all …]
|