FD_MOTOR_WAIT     516 dev/isa/fd.c   	fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
FD_MOTOR_WAIT     530 dev/isa/fd.c   	fd->sc_flags &= ~FD_MOTOR_WAIT;
FD_MOTOR_WAIT     650 dev/isa/fd.c   		if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
FD_MOTOR_WAIT     660 dev/isa/fd.c   				ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
FD_MOTOR_WAIT     662 dev/isa/fd.c   			fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
FD_MOTOR_WAIT     873 dev/isa/fd.c   		if (fd->sc_flags & FD_MOTOR_WAIT)