Home
last modified time | relevance | path

Searched refs:REG_SCANCONTROL1 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Du12-motor.c156 _SET_REG( rb, c, REG_SCANCONTROL1, 0 ); in u12motor_PositionModuleToHome()
337 u12io_DataToRegister( dev, REG_SCANCONTROL1, in u12motor_WaitForPositionY()
344 _SET_REG(rb, c, REG_SCANCONTROL1, dev->regs.RD_ScanControl1 ); in u12motor_WaitForPositionY()
368 _SET_REG( rb, c, REG_SCANCONTROL1, in u12motor_WaitForPositionY()
444 _SET_REG( rb, c, REG_SCANCONTROL1, _MFRC_BY_XSTEP); in u12motor_GotoShadingPosition()
466 u12io_DataToRegister( dev, REG_SCANCONTROL1, in u12motor_ModuleForwardBackward()
491 u12io_DataToRegister( dev, REG_SCANCONTROL1, in u12motor_ModuleForwardBackward()
H A Du12-hwdef.h155 #define REG_SCANCONTROL1 0x5b macro
H A Du12-shading.c811 _SET_REG( rb, c, REG_SCANCONTROL1, (_SCANSTOPONBUFFULL| _MFRC_BY_XSTEP)); in u12shading_DoCalibration()