Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/esp/
Dncr53c9x.c905 sc->sc_flags |= NCR_ATN; in ncr53c9x_select()
930 sc->sc_flags |= NCR_ATN; in ncr53c9x_select()
1543 sc->sc_flags |= NCR_ATN; \
2116 sc->sc_flags |= NCR_ATN; in ncr53c9x_msgin()
2153 if (sc->sc_flags & NCR_ATN) { in ncr53c9x_msgout()
2260 sc->sc_flags &= ~NCR_ATN; in ncr53c9x_msgout()
3003 sc->sc_flags |= NCR_ATN; in ncr53c9x_intr1()
Dncr53c9xvar.h400 #define NCR_ATN 0x10 /* ATN asserted */ macro