Lines Matching refs:dst1
356 u8 __iomem *dst1; in s3fb_iplan_imageblit() local
362 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_iplan_imageblit()
367 dst = (u32 __iomem *) dst1; in s3fb_iplan_imageblit()
374 dst1 += info->fix.line_length; in s3fb_iplan_imageblit()
383 u8 __iomem *dst1; in s3fb_iplan_fillrect() local
387 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in s3fb_iplan_fillrect()
391 dst = (u32 __iomem *) dst1; in s3fb_iplan_fillrect()
395 dst1 += info->fix.line_length; in s3fb_iplan_fillrect()
413 u8 __iomem *dst1; in s3fb_cfb4_imageblit() local
419 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_cfb4_imageblit()
424 dst = (u32 __iomem *) dst1; in s3fb_cfb4_imageblit()
431 dst1 += info->fix.line_length; in s3fb_cfb4_imageblit()