Lines Matching refs:vxres
210 static void matrox_accel_bmove(struct matrox_fb_info *minfo, int vxres, int sy, in matrox_accel_bmove() argument
225 mga_outl(M_AR5, vxres); in matrox_accel_bmove()
227 start = sy*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove()
234 mga_outl(M_AR5, -vxres); in matrox_accel_bmove()
236 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove()
251 static void matrox_accel_bmove_lin(struct matrox_fb_info *minfo, int vxres, in matrox_accel_bmove_lin() argument
267 mga_outl(M_AR5, vxres); in matrox_accel_bmove_lin()
269 start = sy*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove_lin()
276 mga_outl(M_AR5, -vxres); in matrox_accel_bmove_lin()
278 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove_lin()
287 mga_outl(M_YDST, dy*vxres >> 5); in matrox_accel_bmove_lin()