Home
last modified time | relevance | path

Searched refs:wXStep (Results 1 - 12 of 12) sorted by relevance

/third_party/backends/backend/
H A Du12-image.c245 dev->shade.wXStep = nmlScan[index].xStepTime; in u12image_SetupScanStateVariables()
249 dev->shade.wXStep >>= 1; in u12image_SetupScanStateVariables()
254 dev->shade.wXStep = posScan[index].xStepTime; in u12image_SetupScanStateVariables()
257 dev->shade.wXStep = dev->scan.negScan[index].xStepTime; in u12image_SetupScanStateVariables()
515 dev->shade.wXStep = 6; in u12image_SetupScanSettings()
516 dev->shade.wExposure = 8 * dev->shade.wXStep; in u12image_SetupScanSettings()
666 ps->Shade.wXStep = posScan[ps->Scan.dpiIdx].xStepTime; in u12image_SetupScanSettings()
680 ps->Shade.wXStep = ps->Scan.negScan[ps->Scan.dpiIdx].xStepTime; in u12image_SetupScanSettings()
H A Dplustek-pp_image.c1315 ps->Shade.wXStep = nmlScan[ps->IO.portMode][index].xStepTime; in imageP98003SetupScanStateVariables()
1318 ps->Shade.wXStep = nmlScan[_PORT_EPP][index].xStepTime; in imageP98003SetupScanStateVariables()
1323 ps->Shade.wXStep >>= 1; in imageP98003SetupScanStateVariables()
1328 ps->Shade.wXStep = posScan[index].xStepTime; in imageP98003SetupScanStateVariables()
1331 ps->Shade.wXStep = ps->Scan.negScan[index].xStepTime; in imageP98003SetupScanStateVariables()
1429 ps->Shade.wXStep = 6; in imageP98003SetupScanSettings()
1430 ps->Shade.wExposure = 8 * ps->Shade.wXStep; in imageP98003SetupScanSettings()
1583 ps->Shade.wXStep = posScan[ps->Scan.dpiIdx].xStepTime; in imageP98003SetupScanSettings()
1597 ps->Shade.wXStep = ps->Scan.negScan[ps->Scan.dpiIdx].xStepTime; in imageP98003SetupScanSettings()
H A Du12-hw.c393 dev->regs.RD_XStepTime = _LOBYTE(dev->shade.wXStep);
394 dev->regs.RD_ExtXStepTime = _HIBYTE(dev->shade.wXStep);
563 dev->regs.RD_XStepTime = _LOBYTE(dev->shade.wXStep);
564 dev->regs.RD_ExtXStepTime = _HIBYTE(dev->shade.wXStep);
H A Du12-tpa.c75 dev->shade.wXStep = dev->scan.negScan[dev->scan.dpiIdx].xStepTime; in u12tpa_Reshading()
93 u12io_DataToRegister( dev, REG_XSTEPTIME, _LOBYTE(dev->shade.wXStep)); in u12tpa_Reshading()
H A Du12-hwdef.h465 u_short wXStep; member
H A Dplustek-pp_p12.c294 ps->AsicReg.RD_XStepTime = (_LOBYTE (ps->Shade.wXStep)); in p12SetupScanningCondition()
295 ps->AsicReg.RD_ExtXStepTime = (_HIBYTE (ps->Shade.wXStep)); in p12SetupScanningCondition()
H A Du12-motor.c236 _SET_REG( rb, c, REG_XSTEPTIME, _LOBYTE(dev->shade.wXStep)); in u12motor_BackToHomeSensor()
H A Dplustek-pp_hwdefs.h673 UShort wXStep; member
H A Dplustek-pp_tpa.c856 ps->Shade.wXStep = ps->Scan.negScan[ps->Scan.dpiIdx].xStepTime; in TPAP98003Reshading()
874 IODataToRegister( ps, ps->RegXStepTime, _LOBYTE(ps->Shade.wXStep)); in TPAP98003Reshading()
H A Du12-shading.c837 DBG( _DBG_INFO, "* wXStep = %u\n", dev->shade.wXStep); in u12shading_DoCalibration()
H A Dplustek-pp_motor.c3228 IODataToRegister( ps, ps->RegXStepTime, _LOBYTE(ps->Shade.wXStep));
H A Dplustek-pp_dac.c2413 DBG( DBG_LOW, "wXStep = %u\n", ps->Shade.wXStep); in dacP98003WaitForShading()

Completed in 22 milliseconds