Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/amiga/dev/
Dscivar.h81 #define SCI_ALIVE 0x01 /* controller initialized */ macro
Dsci.c316 if (dev->sc_flags & SCI_ALIVE) in scireset()
345 dev->sc_flags |= SCI_ALIVE; in scireset()