Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/amiga/dev/
H A Dfd.c172 #define FDF_MOTOROFF (0x02) /* motor is waiting to be turned off */ macro
1020 sc->flags |= FDF_JUSTFLUSH | FDF_MOTOROFF; in fdmotoroff()
1041 sc->flags |= FDF_MOTOROFF; in fdmotoroff()
1049 sc->flags &= ~(FDF_MOTORON | FDF_MOTOROFF); in fdmotoroff()
1471 if ((sc->flags & FDF_MOTOROFF) == 0) { in fddmadone()
1500 else if (sc->flags & FDF_MOTOROFF) in fddmadone()
1545 if (sc->flags & FDF_MOTOROFF) in fddone()
1633 if (sc->flags & FDF_MOTOROFF) { in fdfindwork()
1641 sc->flags &= ~FDF_MOTOROFF; in fdfindwork()