Home
last modified time | relevance | path

Searched refs:sc_features (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/dev/esp/
HDncr53c9x.c184 if ((sc->sc_features & NCR_F_LARGEXFER) != 0) \
504 sc->sc_features |= NCR_F_HASCFG3; in ncr53c9x_reset()
508 sc->sc_features |= NCR_F_SELATN3; in ncr53c9x_reset()
510 sc->sc_features |= NCR_F_LARGEXFER; in ncr53c9x_reset()
521 sc->sc_features |= NCR_F_HASCFG3 | NCR_F_FASTSCSI | in ncr53c9x_reset()
757 if (sc->sc_features & NCR_F_FASTSCSI) { in ncr53c9x_setsync()
790 if (sc->sc_features & NCR_F_HASCFG3) in ncr53c9x_setsync()
854 if (sc->sc_features & NCR_F_SELATN3) in ncr53c9x_select()
886 if ((sc->sc_features & NCR_F_DMASELECT) && !selatns) { in ncr53c9x_select()
2835 if (sc->sc_features & NCR_F_DMASELECT) { in ncr53c9x_intr1()
[all …]
HDesp_sbus.c619 sc->sc_features = NCR_F_FASTSCSI; in espattach()
662 sc->sc_features |= NCR_F_DMASELECT; in espattach()
HDncr53c9xvar.h371 int sc_features; /* Chip features */ member
HDesp_pci.c255 sc->sc_features = NCR_F_FASTSCSI | NCR_F_DMASELECT; in esp_pci_attach()
/trueos/sys/sparc64/sbus/
HDlsi64854.c534 lxfer = nsc->sc_features & NCR_F_LARGEXFER; in lsi64854_scsi_intr()
564 (nsc->sc_features & NCR_F_LARGEXFER) != 0 ? in lsi64854_scsi_intr()