Lines Matching refs:dst
81 u32 __iomem *dst, *dst2; in color_imageblit() local
92 dst = (u32 __iomem *) dst1; in color_imageblit()
99 val = FB_READL(dst) & start_mask; in color_imageblit()
111 FB_WRITEL(val, dst++); in color_imageblit()
124 FB_WRITEL((FB_READL(dst) & end_mask) | val, dst); in color_imageblit()
144 u32 __iomem *dst, *dst2; in slow_imageblit() local
160 dst = (u32 __iomem *) dst1; in slow_imageblit()
167 val = FB_READL(dst) & start_mask; in slow_imageblit()
178 FB_WRITEL(val, dst++); in slow_imageblit()
192 FB_WRITEL((FB_READL(dst) & end_mask) | val, dst); in slow_imageblit()
223 u32 __iomem *dst; in fast_imageblit() local
252 dst = (u32 __iomem *) dst1, shift = 8; src = s; in fast_imageblit()
257 FB_WRITEL((end_mask & eorx)^bgx, dst++); in fast_imageblit()