Lines Matching defs:where
854 char __iomem *where;
857 where = info->screen_base + dx + rect->dy * info->fix.line_length;
874 writeb(rect->color, where);
875 where++;
877 where += line_ofs;
887 rmw(where);
888 rmw(where+1);
889 where += info->fix.line_length;
1145 char __iomem *where;
1149 where = info->screen_base + dx + image->dy * info->fix.line_length;
1152 writeb(image->bg_color, where);
1153 readb(where);
1158 for (y = 0; y < image->height; y++, where += info->fix.line_length)
1159 writew(transl_h[cdat[y]&0xF] | transl_l[cdat[y] >> 4], where);
1169 char __iomem *where = info->screen_base + (image->dx/8) +
1187 writeb(image->bg_color, where);
1189 readb(where); /* fill latches */
1193 dst = where;
1196 where += info->fix.line_length;
1208 dst = where;
1218 where += info->fix.line_length;
1237 char __iomem *where =
1254 dst = where + x/8;
1264 where += info->fix.line_length;