Lines Matching refs:where
851 char __iomem *where; in vga_8planes_fillrect() local
854 where = info->screen_base + dx + rect->dy * info->fix.line_length; in vga_8planes_fillrect()
871 writeb(rect->color, where); in vga_8planes_fillrect()
872 where++; in vga_8planes_fillrect()
874 where += line_ofs; in vga_8planes_fillrect()
884 rmw(where); in vga_8planes_fillrect()
885 rmw(where+1); in vga_8planes_fillrect()
886 where += info->fix.line_length; in vga_8planes_fillrect()
1142 char __iomem *where; in vga_8planes_imageblit() local
1146 where = info->screen_base + dx + image->dy * info->fix.line_length; in vga_8planes_imageblit()
1149 writeb(image->bg_color, where); in vga_8planes_imageblit()
1150 readb(where); in vga_8planes_imageblit()
1155 for (y = 0; y < image->height; y++, where += info->fix.line_length) in vga_8planes_imageblit()
1156 writew(transl_h[cdat[y]&0xF] | transl_l[cdat[y] >> 4], where); in vga_8planes_imageblit()
1166 char __iomem *where = info->screen_base + (image->dx/8) + in vga_imageblit_expand() local
1184 writeb(image->bg_color, where); in vga_imageblit_expand()
1186 readb(where); /* fill latches */ in vga_imageblit_expand()
1190 dst = where; in vga_imageblit_expand()
1193 where += info->fix.line_length; in vga_imageblit_expand()
1205 dst = where; in vga_imageblit_expand()
1215 where += info->fix.line_length; in vga_imageblit_expand()
1234 char __iomem *where = in vga_imageblit_color() local
1251 dst = where + x/8; in vga_imageblit_color()
1261 where += info->fix.line_length; in vga_imageblit_color()