Lines Matching refs:dst1
352 u8 __iomem *dst1; in s3fb_iplan_imageblit() local
358 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_iplan_imageblit()
363 dst = (u32 __iomem *) dst1; in s3fb_iplan_imageblit()
370 dst1 += info->fix.line_length; in s3fb_iplan_imageblit()
379 u8 __iomem *dst1; in s3fb_iplan_fillrect() local
383 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in s3fb_iplan_fillrect()
387 dst = (u32 __iomem *) dst1; in s3fb_iplan_fillrect()
391 dst1 += info->fix.line_length; in s3fb_iplan_fillrect()
409 u8 __iomem *dst1; in s3fb_cfb4_imageblit() local
415 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_cfb4_imageblit()
420 dst = (u32 __iomem *) dst1; in s3fb_cfb4_imageblit()
427 dst1 += info->fix.line_length; in s3fb_cfb4_imageblit()