Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/isa/
Dfd.c118 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro
519 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
533 fd->sc_flags &= ~FD_MOTOR_WAIT;
654 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
664 ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
666 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
877 if (fd->sc_flags & FD_MOTOR_WAIT)
/mirbsd/src/sys/arch/sparc/dev/
Dfd.c189 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro
828 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
842 fd->sc_flags &= ~FD_MOTOR_WAIT;
1225 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
1234 ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
1236 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
1243 fd->sc_flags &= ~FD_MOTOR_WAIT;
1516 if (fd->sc_flags & FD_MOTOR_WAIT)