Lines Matching defs:vxres
208 static void matrox_accel_bmove(struct matrox_fb_info *minfo, int vxres, int sy,
223 mga_outl(M_AR5, vxres);
225 start = sy*vxres+sx+curr_ydstorg(minfo);
232 mga_outl(M_AR5, -vxres);
234 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo);
249 static void matrox_accel_bmove_lin(struct matrox_fb_info *minfo, int vxres,
265 mga_outl(M_AR5, vxres);
267 start = sy*vxres+sx+curr_ydstorg(minfo);
274 mga_outl(M_AR5, -vxres);
276 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo);
285 mga_outl(M_YDST, dy*vxres >> 5);