Home
last modified time | relevance | path

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

/NextBSD/sys/dev/esp/
HDesp_sbus.c495 sc->sc_cfg2 = NCRCFG2_FE; in espattach()
496 NCR_WRITE_REG(sc, NCR_CFG2, sc->sc_cfg2); in espattach()
507 sc->sc_cfg2 = 0; in espattach()
508 NCR_WRITE_REG(sc, NCR_CFG2, sc->sc_cfg2); in espattach()
509 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_RPE; in espattach()
510 NCR_WRITE_REG(sc, NCR_CFG2, sc->sc_cfg2); in espattach()
516 sc->sc_cfg2 = NCRCFG2_SCSI2; in espattach()
517 NCR_WRITE_REG(sc, NCR_CFG2, sc->sc_cfg2); in espattach()
527 sc->sc_cfg2 |= NCRCFG2_FE; in espattach()
HDncr53c9xvar.h315 uint8_t sc_cfg2; /* Config 2, not ESP100 */ member
HDncr53c9x.c509 if ((sc->sc_cfg2 & NCRCFG2_FE) != 0) in ncr53c9x_reset()
511 NCR_WRITE_REG(sc, NCR_CFG2, sc->sc_cfg2); in ncr53c9x_reset()
528 sc->sc_cfg2 = NCRCFG2_HMEFE | NCRCFG2_HME32; in ncr53c9x_reset()
529 NCR_WRITE_REG(sc, NCR_CFG2, sc->sc_cfg2); in ncr53c9x_reset()
551 "0x%x, timeout 0x%x\n", __func__, sc->sc_cfg1, sc->sc_cfg2, in ncr53c9x_reset()
HDesp_pci.c251 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in esp_pci_attach()