Searched refs:wXStep (Results 1 - 12 of 12) sorted by relevance
/third_party/backends/backend/ |
H A D | u12-image.c | 245 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 D | plustek-pp_image.c | 1315 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 D | u12-hw.c | 393 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 D | u12-tpa.c | 75 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 D | u12-hwdef.h | 465 u_short wXStep; member
|
H A D | plustek-pp_p12.c | 294 ps->AsicReg.RD_XStepTime = (_LOBYTE (ps->Shade.wXStep)); in p12SetupScanningCondition() 295 ps->AsicReg.RD_ExtXStepTime = (_HIBYTE (ps->Shade.wXStep)); in p12SetupScanningCondition()
|
H A D | u12-motor.c | 236 _SET_REG( rb, c, REG_XSTEPTIME, _LOBYTE(dev->shade.wXStep)); in u12motor_BackToHomeSensor()
|
H A D | plustek-pp_hwdefs.h | 673 UShort wXStep; member
|
H A D | plustek-pp_tpa.c | 856 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 D | u12-shading.c | 837 DBG( _DBG_INFO, "* wXStep = %u\n", dev->shade.wXStep); in u12shading_DoCalibration()
|
H A D | plustek-pp_motor.c | 3228 IODataToRegister( ps, ps->RegXStepTime, _LOBYTE(ps->Shade.wXStep));
|
H A D | plustek-pp_dac.c | 2413 DBG( DBG_LOW, "wXStep = %u\n", ps->Shade.wXStep); in dacP98003WaitForShading()
|
Completed in 19 milliseconds