Lines Matching refs:steps
646 how many steps we need for slow acceleration and how much steps we are
650 // At least in LiDE 50, 60 the fast movement table is counted in full steps.
724 /* steps of table 0*/
728 /* steps of table 1*/
732 /* steps of table 0*/
735 /* steps of table 1*/
996 /* steps to move to reach scanning area:
998 either by a fixed steps amount from the black strip
1000 minus the steps done during shading calibration
1004 assumption: steps are expressed at maximum motor resolution
1295 /* now feed for extra <number> steps */
1299 unsigned int steps;
1301 sanei_genesys_read_feed_steps(dev, &steps);
1303 DBG(DBG_info, "%s: init_steps: %d, steps: %d\n", __func__, init_steps, steps);
1305 if (steps > init_steps + (feed_mm * dev->motor.base_ydpi) / MM_PER_INCH)