Home
last modified time | relevance | path

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

/NextBSD/sys/dev/esp/
HDncr53c9xreg.h142 #define NCRCFG2_FE 0x40 /* Features Enable */ macro
HDesp_sbus.c495 sc->sc_cfg2 = NCRCFG2_FE; in espattach()
527 sc->sc_cfg2 |= NCRCFG2_FE; in espattach()
HDesp_pci.c251 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in esp_pci_attach()
HDncr53c9x.c509 if ((sc->sc_cfg2 & NCRCFG2_FE) != 0) in ncr53c9x_reset()