Lines Matching refs:tga_fb
1102 void __iomem *tga_fb = par->tga_fb_base; local
1115 src = tga_fb + (sy + height) * width * 4;
1116 dst = tga_fb + (dy + height) * width * 4;
1127 src = tga_fb + sy * width * 4;
1128 dst = tga_fb + dy * width * 4;
1156 void __iomem *tga_fb; local
1199 tga_fb = par->tga_fb_base;
1211 sfb = tga_fb + sepos;
1212 dfb = tga_fb + depos;
1218 __raw_writel(sfb - tga_fb, tga_regs+TGA_COPY64_SRC);
1220 __raw_writel(dfb - tga_fb, tga_regs+TGA_COPY64_DST);