Home
last modified time | relevance | path

Searched refs:FD_MOTOR_WAIT (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/isa/
H A Dfd.c115 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro
543 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()
/openbsd/sys/arch/sparc64/dev/
H A Dfd.c264 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro
847 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()