Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arc/jazz/
H A Dasc.c177 asc_write_reg(sc, NCR_CFG2, NCRCFG2_FE); in asc_attach()
185 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in asc_attach()
332 ((sc->sc_cfg2 & NCRCFG2_FE) in asc_dma_intr()
336 (sc->sc_cfg2 & NCRCFG2_FE) == 0) in asc_dma_intr()
368 (sc->sc_cfg2 & NCRCFG2_FE) ? NCR_READ_REG(sc, NCR_TCH) : 0, in asc_dma_intr()
/netbsd-src/sys/arch/sun3/dev/
H A Ddma.c373 ((nsc->sc_cfg2 & NCRCFG2_FE) ? in espdmaintr()
377 (nsc->sc_cfg2 & NCRCFG2_FE) == 0) in espdmaintr()
400 (nsc->sc_cfg2 & NCRCFG2_FE) ? in espdmaintr()
H A Desp.c186 /* NCRCFG2_FE enables > 64K transfers */ in espattach()
187 sc->sc_cfg2 |= NCRCFG2_FE; in espattach()
/netbsd-src/sys/arch/macppc/dev/
H A Desp.c449 ((nsc->sc_cfg2 & NCRCFG2_FE) in espdmaintr()
454 (nsc->sc_cfg2 & NCRCFG2_FE) == 0) in espdmaintr()
476 (nsc->sc_cfg2 & NCRCFG2_FE) in espdmaintr()
/netbsd-src/sys/dev/ic/
H A Dlsi64854.c444 ((nsc->sc_cfg2 & NCRCFG2_FE) ? in lsi64854_scsi_intr()
448 (nsc->sc_cfg2 & NCRCFG2_FE) == 0) in lsi64854_scsi_intr()
471 (nsc->sc_cfg2 & NCRCFG2_FE) ? in lsi64854_scsi_intr()
H A Dncr53c9xreg.h137 #define NCRCFG2_FE 0x40 /* Features Enable */ macro
H A Dncr53c9x.c144 if ((sc->sc_cfg2 & NCRCFG2_FE) || \
/netbsd-src/sys/arch/sparc/dev/
H A Desp_obio.c195 sc->sc_cfg2 |= NCRCFG2_FE; in espattach_obio()
/netbsd-src/sys/dev/podulebus/
H A Desp_podule.c152 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_DREQ | NCRCFG2_FE; in esp_podule_attach()
/netbsd-src/sys/arch/amiga/dev/
H A Dbztzsc.c192 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in bztzscattach()
H A Dcbiisc.c186 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in cbiiscattach()
H A Dbzsc.c198 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in bzscattach()
H A Dbzivsc.c190 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in bzivscattach()
H A Dcbsc.c190 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in cbscattach()
H A Dflsc.c174 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in flscattach()
/netbsd-src/sys/dev/pci/
H A Dpcscp.c204 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in pcscp_attach()
/netbsd-src/sys/arch/mipsco/obio/
H A Dasc.c177 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in ascattach()
/netbsd-src/sys/dev/sbus/
H A Desp_sbus.c443 sc->sc_cfg2 |= NCRCFG2_FE; in espattach()
/netbsd-src/sys/arch/next68k/dev/
H A Desp.c351 sc->sc_cfg2 |= NCRCFG2_FE; in espattach_intio()