Lines Matching refs:where
835 char __iomem *where; in vga_8planes_fillrect() local
838 where = info->screen_base + dx + rect->dy * info->fix.line_length; in vga_8planes_fillrect()
855 writeb(rect->color, where); in vga_8planes_fillrect()
856 where++; in vga_8planes_fillrect()
858 where += line_ofs; in vga_8planes_fillrect()
868 rmw(where); in vga_8planes_fillrect()
869 rmw(where+1); in vga_8planes_fillrect()
870 where += info->fix.line_length; in vga_8planes_fillrect()
1127 char __iomem *where; in vga_8planes_imageblit() local
1131 where = info->screen_base + dx + image->dy * info->fix.line_length; in vga_8planes_imageblit()
1134 writeb(image->bg_color, where); in vga_8planes_imageblit()
1135 readb(where); in vga_8planes_imageblit()
1140 for (y = 0; y < image->height; y++, where += info->fix.line_length) in vga_8planes_imageblit()
1141 writew(transl_h[cdat[y]&0xF] | transl_l[cdat[y] >> 4], where); in vga_8planes_imageblit()
1151 char __iomem *where = info->screen_base + (image->dx/8) + in vga_imageblit_expand() local
1169 writeb(image->bg_color, where); in vga_imageblit_expand()
1171 readb(where); /* fill latches */ in vga_imageblit_expand()
1175 dst = where; in vga_imageblit_expand()
1178 where += info->fix.line_length; in vga_imageblit_expand()
1190 dst = where; in vga_imageblit_expand()
1200 where += info->fix.line_length; in vga_imageblit_expand()
1219 char __iomem *where = in vga_imageblit_color() local
1236 dst = where + x/8; in vga_imageblit_color()
1246 where += info->fix.line_length; in vga_imageblit_color()