Lines Matching defs:step
537 int st; /* step size reg 46:47 */
556 st = regs[0x46] * 256 + regs[0x47]; /* scan step size */
568 DBG( _DBG_INFO2, "* DPD =%u (0x%04x), step size=%u, steps2rev=%u\n",
653 * at least we give the master clock divider and adjust the step size
757 /** calculate the step size of each scan step
765 /* Compute step size using equation 1 */
1226 /* Compute fast feed step size, use equation 3 and equation 8 */
1640 int step, div, org, xdpi;
1653 step = div / xdpi;
1656 pParam->Origin.x = (pParam->Origin.x / step) * step;