Searched refs:FD_MOTOR_WAIT (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dfdvar.h79 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro
H A Dfd.c308 fd->sc_flags &= ~(FD_MOTOR|FD_MOTOR_WAIT);
833 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
845 fd->sc_flags &= ~FD_MOTOR_WAIT;
1073 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
1082 ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
1084 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
1301 if (fd->sc_flags & FD_MOTOR_WAIT)
/netbsd-6-1-5-RELEASE/sys/arch/arc/jazz/
H A Dfd.c167 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro
571 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
584 fd->sc_flags &= ~FD_MOTOR_WAIT;
799 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
808 ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
810 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
1010 if (fd->sc_flags & FD_MOTOR_WAIT)
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dhdfd.c269 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro
742 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
755 fd->sc_flags &= ~FD_MOTOR_WAIT;
969 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
978 ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
980 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
1215 if (fd->sc_flags & FD_MOTOR_WAIT)
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dfd.c242 #define FD_MOTOR_WAIT 0x08 /* motor coming up */ macro
827 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
847 fd->sc_flags &= ~FD_MOTOR_WAIT;
1124 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
1137 ~(FD_MOTOR | FD_MOTOR_WAIT);
1141 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
1513 if (fd->sc_flags & FD_MOTOR_WAIT)
1517 KASSERT(fd->sc_flags & FD_MOTOR_WAIT);
1526 fd->sc_flags &= ~FD_MOTOR_WAIT;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dfd.c257 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro
800 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
813 fd->sc_flags &= ~FD_MOTOR_WAIT;
1191 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
1200 ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
1202 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
1210 fd->sc_flags &= ~FD_MOTOR_WAIT;
1507 if (fd->sc_flags & FD_MOTOR_WAIT)
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/mainbus/
H A Dfd.c240 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro
699 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
712 fd->sc_flags &= ~FD_MOTOR_WAIT;
931 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
940 ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
942 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
1194 if (fd->sc_flags & FD_MOTOR_WAIT)
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dfdc.c313 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro
1194 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
1207 fd->sc_flags &= ~FD_MOTOR_WAIT;
1647 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
1656 ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
1658 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
1666 fd->sc_flags &= ~FD_MOTOR_WAIT;
2014 if (fd->sc_flags & FD_MOTOR_WAIT)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dfd.c281 #define FD_MOTOR_WAIT 0x04 /* motor coming up */ macro
1014 fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
1027 fd->sc_flags &= ~FD_MOTOR_WAIT;
1464 if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
1473 ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
1475 fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
1483 fd->sc_flags &= ~FD_MOTOR_WAIT;
1828 if (fd->sc_flags & FD_MOTOR_WAIT)

Completed in 141 milliseconds