Searched refs:tga_fb (Results 1 – 1 of 1) sorted by relevance
1113 void __iomem *tga_fb = par->tga_fb_base; local1126 src = tga_fb + (sy + height) * width * 4;1127 dst = tga_fb + (dy + height) * width * 4;1138 src = tga_fb + sy * width * 4;1139 dst = tga_fb + dy * width * 4;1167 void __iomem *tga_fb; local1210 tga_fb = par->tga_fb_base;1222 sfb = tga_fb + sepos;1223 dfb = tga_fb + depos;1229 __raw_writel(sfb - tga_fb, tga_regs+TGA_COPY64_SRC);[all …]