Lines Matching refs:dst1
147 u8 __iomem *dst1;
153 dst1 = info->screen_base + (image->dy * info->fix.line_length)
158 dst = (u32 __iomem *) dst1;
165 dst1 += info->fix.line_length;
173 u8 __iomem *dst1;
177 dst1 = info->screen_base + (rect->dy * info->fix.line_length)
181 dst = (u32 __iomem *) dst1;
185 dst1 += info->fix.line_length;
203 u8 __iomem *dst1;
209 dst1 = info->screen_base + (image->dy * info->fix.line_length)
214 dst = (u32 __iomem *) dst1;
221 dst1 += info->fix.line_length;