Lines Matching defs:where
852 char __iomem *where;
855 where = info->screen_base + dx + rect->dy * info->fix.line_length;
872 writeb(rect->color, where);
873 where++;
875 where += line_ofs;
885 rmw(where);
886 rmw(where+1);
887 where += info->fix.line_length;
1143 char __iomem *where;
1147 where = info->screen_base + dx + image->dy * info->fix.line_length;
1150 writeb(image->bg_color, where);
1151 readb(where);
1156 for (y = 0; y < image->height; y++, where += info->fix.line_length)
1157 writew(transl_h[cdat[y]&0xF] | transl_l[cdat[y] >> 4], where);
1167 char __iomem *where = info->screen_base + (image->dx/8) +
1185 writeb(image->bg_color, where);
1187 readb(where); /* fill latches */
1191 dst = where;
1194 where += info->fix.line_length;
1206 dst = where;
1216 where += info->fix.line_length;
1235 char __iomem *where =
1252 dst = where + x/8;
1262 where += info->fix.line_length;