Lines Matching full:motor
190 #define FDO_MOEN0 0x10 /* motor enable drive 0 */
191 #define FDO_MOEN1 0x20 /* motor enable drive 1 */
192 #define FDO_MOEN2 0x40 /* motor enable drive 2 */
193 #define FDO_MOEN3 0x80 /* motor enable drive 3 */
222 /* requires drive and motor being selected */
247 #define FD_MOTOR (1<<1) /* motor should be on */
248 #define FD_MOTORWAIT (1<<2) /* motor should be on */
515 /* Try a hardware reset, keep motor on */ in fdc_reset()
1184 /* If we go from idle, cancel motor turnoff */ in fd_enqueue()
1188 /* The motor is on, send it directly to the controller */ in fd_enqueue()
1192 /* Queue it on the drive until the motor has started */ in fd_enqueue()
1746 /* reset controller, turn motor off */ in fdc_detach()
1820 /* reset controller, turn motor off, clear fdout mirror reg */ in fdc_attach()
2074 * motor callback here. fdc_detach turns off motor if it's still on when in fd_detach()