Home
last modified time | relevance | path

Searched refs:NCR_VARIANT_FAS366 (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/esp/
HDncr53c9x.c186 if (sc->sc_rev == NCR_VARIANT_FAS366) \
262 sc->sc_ntarg = (sc->sc_rev == NCR_VARIANT_FAS366) ? 16 : 8; in ncr53c9x_attach()
520 case NCR_VARIANT_FAS366: in ncr53c9x_reset()
713 if (sc->sc_rev == NCR_VARIANT_FAS366) in ncr53c9x_readregs()
786 if (sc->sc_rev == NCR_VARIANT_FAS366) in ncr53c9x_setsync()
832 if (sc->sc_rev == NCR_VARIANT_FAS366) { in ncr53c9x_select()
1009 (sc->sc_rev == NCR_VARIANT_FAS366) ? PI_WIDE_16 : 0; in ncr53c9x_action()
1590 if (sc->sc_rev == NCR_VARIANT_FAS366) { in ncr53c9x_rdfifo()
1644 if (sc->sc_rev == NCR_VARIANT_FAS366) in ncr53c9x_wrfifo()
1660 if (sc->sc_rev == NCR_VARIANT_FAS366) in ncr53c9x_reselect()
[all …]
HDesp_sbus.c548 sc->sc_rev = NCR_VARIANT_FAS366; in espattach()
626 case NCR_VARIANT_FAS366: in espattach()
661 if (sc->sc_rev != NCR_VARIANT_FAS366) in espattach()
HDncr53c9xvar.h93 #define NCR_VARIANT_FAS366 9 macro
/NextBSD/sys/sparc64/sbus/
HDlsi64854.c528 if (nsc->sc_rev == NCR_VARIANT_FAS366 && in lsi64854_scsi_intr()