Lines Matching refs:dst1
363 u8 __iomem *dst1; in s3fb_iplan_imageblit() local
369 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_iplan_imageblit()
374 dst = (u32 __iomem *) dst1; in s3fb_iplan_imageblit()
381 dst1 += info->fix.line_length; in s3fb_iplan_imageblit()
390 u8 __iomem *dst1; in s3fb_iplan_fillrect() local
394 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in s3fb_iplan_fillrect()
398 dst = (u32 __iomem *) dst1; in s3fb_iplan_fillrect()
402 dst1 += info->fix.line_length; in s3fb_iplan_fillrect()
420 u8 __iomem *dst1; in s3fb_cfb4_imageblit() local
426 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_cfb4_imageblit()
431 dst = (u32 __iomem *) dst1; in s3fb_cfb4_imageblit()
438 dst1 += info->fix.line_length; in s3fb_cfb4_imageblit()