Home
last modified time | relevance | path

Searched refs:sc_cfg2 (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/sbus/
H A Desp_sbus.c413 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_RPE; in espattach()
415 NCR_WRITE_REG(sc, NCR_CFG2, sc->sc_cfg2); in espattach()
421 sc->sc_cfg2 = NCRCFG2_SCSI2; in espattach()
422 NCR_WRITE_REG(sc, NCR_CFG2, sc->sc_cfg2); in espattach()
432 sc->sc_cfg2 |= NCRCFG2_FE; in espattach()
/openbsd/sys/dev/ic/
H A Dlsi64854.c440 ((nsc->sc_cfg2 & NCRCFG2_FE) in lsi64854_scsi_intr()
445 (nsc->sc_cfg2 & NCRCFG2_FE) == 0) in lsi64854_scsi_intr()
467 (nsc->sc_cfg2 & NCRCFG2_FE) in lsi64854_scsi_intr()
H A Dncr53c9xvar.h264 u_char sc_cfg2; /* Config 2, not ESP100 */ member
H A Dncr53c9x.c131 if ((sc->sc_cfg2 & NCRCFG2_FE) || \
309 NCR_WRITE_REG(sc, NCR_CFG2, sc->sc_cfg2); in ncr53c9x_reset()
322 sc->sc_cfg2 = 0; /* NCRCFG2_HMEFE | NCRCFG2_HME32 */ in ncr53c9x_reset()
323 NCR_WRITE_REG(sc, NCR_CFG2, sc->sc_cfg2); in ncr53c9x_reset()
346 sc->sc_cfg1, sc->sc_cfg2, sc->sc_cfg3, in ncr53c9x_reset()
/openbsd/sys/dev/tc/
H A Dasc_tc.c153 sc->sc_cfg2 = NCRCFG2_SCSI2;
H A Dasc_tcds.c181 sc->sc_cfg2 = NCRCFG2_SCSI2;
/openbsd/sys/dev/pci/
H A Dpcscp.c194 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in pcscp_attach()