Lines Matching refs:tga_fb
1111 void __iomem *tga_fb = par->tga_fb_base; local
1124 src = tga_fb + (sy + height) * width * 4;
1125 dst = tga_fb + (dy + height) * width * 4;
1136 src = tga_fb + sy * width * 4;
1137 dst = tga_fb + dy * width * 4;
1165 void __iomem *tga_fb; local
1208 tga_fb = par->tga_fb_base;
1220 sfb = tga_fb + sepos;
1221 dfb = tga_fb + depos;
1227 __raw_writel(sfb - tga_fb, tga_regs+TGA_COPY64_SRC);
1229 __raw_writel(dfb - tga_fb, tga_regs+TGA_COPY64_DST);