BPL 50 drivers/video/fbdev/atafb_iplan2p2.c src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); BPL 51 drivers/video/fbdev/atafb_iplan2p2.c dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); BPL 53 drivers/video/fbdev/atafb_iplan2p2.c memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); BPL 54 drivers/video/fbdev/atafb_iplan2p2.c src += BPL * 2; BPL 55 drivers/video/fbdev/atafb_iplan2p2.c dst += BPL * 2; BPL 62 drivers/video/fbdev/atafb_iplan2p2.c w *= BPL / 2; BPL 72 drivers/video/fbdev/atafb_iplan2p2.c memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), BPL 73 drivers/video/fbdev/atafb_iplan2p2.c 0xff00ff00, height, next_line - BPL * 2); BPL 75 drivers/video/fbdev/atafb_iplan2p2.c src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); BPL 76 drivers/video/fbdev/atafb_iplan2p2.c dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); BPL 79 drivers/video/fbdev/atafb_iplan2p2.c src -= BPL * 2; BPL 80 drivers/video/fbdev/atafb_iplan2p2.c dst -= BPL * 2; BPL 81 drivers/video/fbdev/atafb_iplan2p2.c memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); BPL 88 drivers/video/fbdev/atafb_iplan2p2.c w *= BPL / 2; BPL 98 drivers/video/fbdev/atafb_iplan2p2.c memmove32_col(dst - (width - 16) / (8 / BPL), BPL 99 drivers/video/fbdev/atafb_iplan2p2.c src - (width - 16) / (8 / BPL), BPL 100 drivers/video/fbdev/atafb_iplan2p2.c 0xff00ff, colsize, -next_line - BPL * 2); BPL 109 drivers/video/fbdev/atafb_iplan2p2.c src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); BPL 110 drivers/video/fbdev/atafb_iplan2p2.c dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); BPL 151 drivers/video/fbdev/atafb_iplan2p2.c src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); BPL 152 drivers/video/fbdev/atafb_iplan2p2.c dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); BPL 199 drivers/video/fbdev/atafb_iplan2p2.c dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL)); BPL 209 drivers/video/fbdev/atafb_iplan2p2.c dest += BPL / 2; BPL 217 drivers/video/fbdev/atafb_iplan2p2.c u32 off = next_line - rows * BPL * 2; BPL 222 drivers/video/fbdev/atafb_iplan2p2.c dest += rows * BPL / 2; BPL 247 drivers/video/fbdev/atafb_iplan2p2.c dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); BPL 250 drivers/video/fbdev/atafb_iplan2p2.c dest += BPL / 2; BPL 50 drivers/video/fbdev/atafb_iplan2p4.c src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); BPL 51 drivers/video/fbdev/atafb_iplan2p4.c dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); BPL 53 drivers/video/fbdev/atafb_iplan2p4.c memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); BPL 54 drivers/video/fbdev/atafb_iplan2p4.c src += BPL * 2; BPL 55 drivers/video/fbdev/atafb_iplan2p4.c dst += BPL * 2; BPL 62 drivers/video/fbdev/atafb_iplan2p4.c w *= BPL / 2; BPL 72 drivers/video/fbdev/atafb_iplan2p4.c memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), BPL 73 drivers/video/fbdev/atafb_iplan2p4.c 0xff00ff00, height, next_line - BPL * 2); BPL 75 drivers/video/fbdev/atafb_iplan2p4.c src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); BPL 76 drivers/video/fbdev/atafb_iplan2p4.c dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); BPL 79 drivers/video/fbdev/atafb_iplan2p4.c src -= BPL * 2; BPL 80 drivers/video/fbdev/atafb_iplan2p4.c dst -= BPL * 2; BPL 81 drivers/video/fbdev/atafb_iplan2p4.c memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); BPL 88 drivers/video/fbdev/atafb_iplan2p4.c w *= BPL / 2; BPL 98 drivers/video/fbdev/atafb_iplan2p4.c memmove32_col(dst - (width - 16) / (8 / BPL), BPL 99 drivers/video/fbdev/atafb_iplan2p4.c src - (width - 16) / (8 / BPL), BPL 100 drivers/video/fbdev/atafb_iplan2p4.c 0xff00ff, colsize, -next_line - BPL * 2); BPL 109 drivers/video/fbdev/atafb_iplan2p4.c src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); BPL 110 drivers/video/fbdev/atafb_iplan2p4.c dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); BPL 158 drivers/video/fbdev/atafb_iplan2p4.c src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); BPL 159 drivers/video/fbdev/atafb_iplan2p4.c dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); BPL 213 drivers/video/fbdev/atafb_iplan2p4.c dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL)); BPL 223 drivers/video/fbdev/atafb_iplan2p4.c dest += BPL / 2; BPL 231 drivers/video/fbdev/atafb_iplan2p4.c u32 off = next_line - rows * BPL * 2; BPL 236 drivers/video/fbdev/atafb_iplan2p4.c dest += rows * BPL / 2; BPL 261 drivers/video/fbdev/atafb_iplan2p4.c dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); BPL 264 drivers/video/fbdev/atafb_iplan2p4.c dest += BPL / 2; BPL 57 drivers/video/fbdev/atafb_iplan2p8.c src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); BPL 58 drivers/video/fbdev/atafb_iplan2p8.c dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); BPL 60 drivers/video/fbdev/atafb_iplan2p8.c memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); BPL 61 drivers/video/fbdev/atafb_iplan2p8.c src += BPL * 2; BPL 62 drivers/video/fbdev/atafb_iplan2p8.c dst += BPL * 2; BPL 69 drivers/video/fbdev/atafb_iplan2p8.c w *= BPL / 2; BPL 79 drivers/video/fbdev/atafb_iplan2p8.c memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), BPL 80 drivers/video/fbdev/atafb_iplan2p8.c 0xff00ff00, height, next_line - BPL * 2); BPL 82 drivers/video/fbdev/atafb_iplan2p8.c src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); BPL 83 drivers/video/fbdev/atafb_iplan2p8.c dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); BPL 86 drivers/video/fbdev/atafb_iplan2p8.c src -= BPL * 2; BPL 87 drivers/video/fbdev/atafb_iplan2p8.c dst -= BPL * 2; BPL 88 drivers/video/fbdev/atafb_iplan2p8.c memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); BPL 95 drivers/video/fbdev/atafb_iplan2p8.c w *= BPL / 2; BPL 105 drivers/video/fbdev/atafb_iplan2p8.c memmove32_col(dst - (width - 16) / (8 / BPL), BPL 106 drivers/video/fbdev/atafb_iplan2p8.c src - (width - 16) / (8 / BPL), BPL 107 drivers/video/fbdev/atafb_iplan2p8.c 0xff00ff, colsize, -next_line - BPL * 2); BPL 116 drivers/video/fbdev/atafb_iplan2p8.c src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); BPL 117 drivers/video/fbdev/atafb_iplan2p8.c dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); BPL 179 drivers/video/fbdev/atafb_iplan2p8.c src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); BPL 180 drivers/video/fbdev/atafb_iplan2p8.c dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); BPL 248 drivers/video/fbdev/atafb_iplan2p8.c dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL)); BPL 258 drivers/video/fbdev/atafb_iplan2p8.c dest += BPL / 2; BPL 266 drivers/video/fbdev/atafb_iplan2p8.c u32 off = next_line - rows * BPL * 2; BPL 271 drivers/video/fbdev/atafb_iplan2p8.c dest += rows * BPL / 2; BPL 296 drivers/video/fbdev/atafb_iplan2p8.c dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); BPL 299 drivers/video/fbdev/atafb_iplan2p8.c dest += BPL / 2; BPL 248 drivers/video/fbdev/atafb_utils.h #ifdef BPL BPL 264 drivers/video/fbdev/atafb_utils.h #if BPL > 4 BPL 272 drivers/video/fbdev/atafb_utils.h #if BPL > 4 BPL 285 drivers/video/fbdev/atafb_utils.h #if BPL > 2 BPL 289 drivers/video/fbdev/atafb_utils.h #if BPL > 4 BPL 308 drivers/video/fbdev/atafb_utils.h #if BPL > 2 BPL 314 drivers/video/fbdev/atafb_utils.h #if BPL > 2 BPL 318 drivers/video/fbdev/atafb_utils.h #if BPL > 4 BPL 334 drivers/video/fbdev/atafb_utils.h #if BPL > 2 BPL 337 drivers/video/fbdev/atafb_utils.h #if BPL > 4 BPL 347 drivers/video/fbdev/atafb_utils.h #if BPL > 2 BPL 351 drivers/video/fbdev/atafb_utils.h #if BPL > 4 BPL 363 drivers/video/fbdev/atafb_utils.h #if BPL > 2 BPL 366 drivers/video/fbdev/atafb_utils.h #if BPL > 4 BPL 384 drivers/video/fbdev/atafb_utils.h #if BPL > 2 BPL 388 drivers/video/fbdev/atafb_utils.h #if BPL > 4