Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dncr53c9xvar.h360 #define NCR_ATN 0x40 /* ATN asserted */ macro
Dncr53c9x.c790 sc->sc_flags |= NCR_ATN; in ncr53c9x_select()
814 sc->sc_flags |= NCR_ATN; in ncr53c9x_select()
1336 sc->sc_flags |= NCR_ATN; \
1925 if (sc->sc_flags & NCR_ATN) { in ncr53c9x_msgout()
2033 sc->sc_flags &= ~NCR_ATN; in ncr53c9x_msgout()
/netbsd/src/sys/arch/next68k/dev/
Desp.c663 sc->sc_flags |= NCR_ATN; \ in esp_dma_intr()