Searched refs:NCR_F_DMASELECT (Results 1 – 4 of 4) sorted by relevance
406 #define NCR_F_DMASELECT 0x04 /* can do dmaselect */ macro
255 sc->sc_features = NCR_F_FASTSCSI | NCR_F_DMASELECT; in esp_pci_attach()
886 if ((sc->sc_features & NCR_F_DMASELECT) && !selatns) { in ncr53c9x_select()2835 if (sc->sc_features & NCR_F_DMASELECT) { in ncr53c9x_intr1()2861 if (sc->sc_features & NCR_F_DMASELECT && in ncr53c9x_intr1()3005 if (sc->sc_features & NCR_F_DMASELECT) { in ncr53c9x_intr1()
662 sc->sc_features |= NCR_F_DMASELECT; in espattach()