Lines Matching refs:dst1
353 u8 __iomem *dst1; in s3fb_iplan_imageblit() local
359 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_iplan_imageblit()
364 dst = (u32 __iomem *) dst1; in s3fb_iplan_imageblit()
371 dst1 += info->fix.line_length; in s3fb_iplan_imageblit()
380 u8 __iomem *dst1; in s3fb_iplan_fillrect() local
384 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in s3fb_iplan_fillrect()
388 dst = (u32 __iomem *) dst1; in s3fb_iplan_fillrect()
392 dst1 += info->fix.line_length; in s3fb_iplan_fillrect()
410 u8 __iomem *dst1; in s3fb_cfb4_imageblit() local
416 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_cfb4_imageblit()
421 dst = (u32 __iomem *) dst1; in s3fb_cfb4_imageblit()
428 dst1 += info->fix.line_length; in s3fb_cfb4_imageblit()