Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dncr53c9x.c1504 sc->sc_state = NCR_CONNECTED; in ncr53c9x_reselect()
1633 case NCR_CONNECTED: in ncr53c9x_msgin()
1976 if (sc->sc_state != NCR_CONNECTED) { in ncr53c9x_msgout()
1985 if (sc->sc_state != NCR_CONNECTED) { in ncr53c9x_msgout()
2155 if (sc->sc_state == NCR_CONNECTED || in ncr53c9x_intr()
2318 case NCR_CONNECTED: in ncr53c9x_intr()
2486 if (sc->sc_state != NCR_CONNECTED && in ncr53c9x_intr()
2614 sc->sc_state = NCR_CONNECTED; in ncr53c9x_intr()
2635 case NCR_CONNECTED: in ncr53c9x_intr()
2683 if (sc->sc_state != NCR_CONNECTED || ecb == NULL) { in ncr53c9x_intr()
[all …]
Dncr53c9xvar.h347 #define NCR_CONNECTED 5 /* Actively using the SCSI bus */ macro
/netbsd/src/sys/arch/amiga/dev/
Dbztzsc.c282 if (sc->sc_state == NCR_CONNECTED) in bztzsc_dma_isintr()
Dcbiisc.c274 if (sc->sc_state == NCR_CONNECTED) in cbiisc_dma_isintr()
Dcbsc.c278 if (sc->sc_state == NCR_CONNECTED) in cbsc_dma_isintr()
Dflsc.c295 if (sc->sc_state == NCR_CONNECTED || sc->sc_state == NCR_SELECTING) in flsc_dma_isintr()