Searched refs:FD_MOTOR_WAIT (Results 1 – 2 of 2) sorted by relevance
115 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro543 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT); in fd_motor_off()556 fd->sc_flags &= ~FD_MOTOR_WAIT; in fd_motor_on()696 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) { in fdintr()706 ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT); in fdintr()708 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT; in fdintr()918 if (fd->sc_flags & FD_MOTOR_WAIT) in fdintr()
264 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro847 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT); in fd_motor_off()860 fd->sc_flags &= ~FD_MOTOR_WAIT; in fd_motor_on()1285 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) { in fdcstate()1294 ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT); in fdcstate()1296 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT; in fdcstate()1303 fd->sc_flags &= ~FD_MOTOR_WAIT; in fdcstate()1651 if (fd->sc_flags & FD_MOTOR_WAIT) in fdcstate()