Lines Matching refs:motor_phase
1068 if (priv->motor_phase > 3)
1069 priv->motor_phase = 3;
1072 sanei_pa4s2_writebyte (dev->fd, 5, fullstep[priv->motor_phase]);
1074 priv->motor_phase = (priv->motor_phase == 0 ? 3 : priv->motor_phase - 1);
1124 sanei_pa4s2_writebyte (dev->fd, 5, halfstep[priv->motor_phase]);
1126 priv->motor_phase =
1127 (priv->motor_phase == 7 ? 0 : priv->motor_phase + 1);