Lines Matching refs:sc_siop
50 struct siop_softc sc_siop; member
91 sc->sc_siop.sc_c.features = SF_CHIP_PF | SF_CHIP_BE | SF_BUS_WIDE; in siop_gsc_attach()
92 sc->sc_siop.sc_c.maxburst = 4; in siop_gsc_attach()
93 sc->sc_siop.sc_c.maxoff = 8; in siop_gsc_attach()
94 sc->sc_siop.sc_c.clock_div = 3; in siop_gsc_attach()
95 sc->sc_siop.sc_c.clock_period = 250; in siop_gsc_attach()
96 sc->sc_siop.sc_c.ram_size = 0; in siop_gsc_attach()
98 sc->sc_siop.sc_c.sc_reset = siop_gsc_reset; in siop_gsc_attach()
99 sc->sc_siop.sc_c.sc_dmat = ga->ga_dmatag; in siop_gsc_attach()
101 sc->sc_siop.sc_c.sc_rt = &sc->sc_bustag; in siop_gsc_attach()
103 IOMOD_HPASIZE - SIOP_GSC_OFFSET, &sc->sc_siop.sc_c.sc_rh); in siop_gsc_attach()
110 siop_gsc_reset(&sc->sc_siop.sc_c); in siop_gsc_attach()
113 IPL_BIO, siop_intr, sc, sc->sc_siop.sc_c.sc_dev.dv_xname); in siop_gsc_attach()
115 printf(": NCR53C720 rev %d\n", bus_space_read_1(sc->sc_siop.sc_c.sc_rt, in siop_gsc_attach()
116 sc->sc_siop.sc_c.sc_rh, SIOP_CTEST3) >> 4); in siop_gsc_attach()
118 siop_attach(&sc->sc_siop); in siop_gsc_attach()