Home
last modified time | relevance | path

Searched refs:sc_siop (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/hppa/dev/
H A Dsiop_sgc.c50 struct siop_softc sc_siop; member
93 sc->sc_siop.sc_c.maxburst = 4; in siop_sgc_attach()
94 sc->sc_siop.sc_c.maxoff = 8; in siop_sgc_attach()
95 sc->sc_siop.sc_c.clock_div = 3; in siop_sgc_attach()
96 sc->sc_siop.sc_c.clock_period = 250; in siop_sgc_attach()
97 sc->sc_siop.sc_c.ram_size = 0; in siop_sgc_attach()
100 sc->sc_siop.sc_c.sc_dmat = ca->ca_dmatag; in siop_sgc_attach()
102 sc->sc_siop.sc_c.sc_rt = &sc->sc_bustag; in siop_sgc_attach()
112 siop_sgc_reset(&sc->sc_siop.sc_c); in siop_sgc_attach()
117 sc->sc_siop.sc_c.sc_dev.dv_xname); in siop_sgc_attach()
[all …]
/openbsd/sys/arch/hppa/gsc/
H A Dsiop_gsc.c50 struct siop_softc sc_siop; member
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()
110 siop_gsc_reset(&sc->sc_siop.sc_c); in siop_gsc_attach()
[all …]