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