Lines Matching refs:dst1
146 u8 __iomem *dst1;
152 dst1 = info->screen_base + (image->dy * info->fix.line_length)
157 dst = (u32 __iomem *) dst1;
164 dst1 += info->fix.line_length;
172 u8 __iomem *dst1;
176 dst1 = info->screen_base + (rect->dy * info->fix.line_length)
180 dst = (u32 __iomem *) dst1;
184 dst1 += info->fix.line_length;
202 u8 __iomem *dst1;
208 dst1 = info->screen_base + (image->dy * info->fix.line_length)
213 dst = (u32 __iomem *) dst1;
220 dst1 += info->fix.line_length;