Lines Matching refs:dst1
179 u8 __iomem *dst1;
185 dst1 = info->screen_base + (image->dy * info->fix.line_length)
190 dst = (u32 __iomem *) dst1;
197 dst1 += info->fix.line_length;
206 u8 __iomem *dst1;
210 dst1 = info->screen_base + (rect->dy * info->fix.line_length)
214 dst = (u32 __iomem *) dst1;
218 dst1 += info->fix.line_length;
237 u8 __iomem *dst1;
243 dst1 = info->screen_base + (image->dy * info->fix.line_length)
248 dst = (u32 __iomem *) dst1;
255 dst1 += info->fix.line_length;