Lines Matching refs:vxres
207 static void matrox_accel_bmove(struct matrox_fb_info *minfo, int vxres, int sy, in matrox_accel_bmove() argument
222 mga_outl(M_AR5, vxres); in matrox_accel_bmove()
224 start = sy*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove()
231 mga_outl(M_AR5, -vxres); in matrox_accel_bmove()
233 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove()
248 static void matrox_accel_bmove_lin(struct matrox_fb_info *minfo, int vxres, in matrox_accel_bmove_lin() argument
264 mga_outl(M_AR5, vxres); in matrox_accel_bmove_lin()
266 start = sy*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove_lin()
273 mga_outl(M_AR5, -vxres); in matrox_accel_bmove_lin()
275 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove_lin()
284 mga_outl(M_YDST, dy*vxres >> 5); in matrox_accel_bmove_lin()