Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/amiga/dev/
H A Dsiopvar.h180 #define SIOP_ALIVE 0x01 /* controller initialized */ macro
H A Dsiop2.c628 if (sc->sc_flags & SIOP_ALIVE) in siopngreset()
690 sc->sc_flags &= ~(SIOP_ALIVE|SIOP_INTDEFER|SIOP_INTSOFF); in siopngreset()
719 if ((sc->sc_flags & SIOP_ALIVE) == 0) { in siopngreset()
742 sc->sc_flags |= SIOP_ALIVE; in siopngreset()
H A Dsiop.c640 if (sc->sc_flags & SIOP_ALIVE) in siopreset()
692 if ((sc->sc_flags & SIOP_ALIVE) == 0) { in siopreset()
715 sc->sc_flags |= SIOP_ALIVE; in siopreset()