Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ebus/
H A Dcs4231_ebus.c172 struct cs4231_ebus_softc *ebsc; in cs4231_ebus_attach() local
178 ebsc = device_private(self); in cs4231_ebus_attach()
179 sc = &ebsc->sc_cs4231; in cs4231_ebus_attach()
181 sc->sc_bustag = ebsc->sc_bt = ea->ea_bustag; in cs4231_ebus_attach()
184 ebsc->sc_pint = sparc_softintr_establish(IPL_VM, in cs4231_ebus_attach()
186 ebsc->sc_rint = sparc_softintr_establish(IPL_VM, in cs4231_ebus_attach()
217 0, &ebsc->sc_pdmareg) != 0) in cs4231_ebus_attach()
235 0, &ebsc->sc_cdmareg) != 0) in cs4231_ebus_attach()
247 cs4231_ebus_intr, ebsc); in cs4231_ebus_attach()
273 cs4231_ebus_regdump(const char *label, struct cs4231_ebus_softc *ebsc) in cs4231_ebus_regdump() argument
[all …]
/netbsd-src/sys/arch/sparc/dev/
H A Dcom_ebus.c86 struct com_ebus_softc *ebsc = device_private(self); in com_ebus_attach() local
87 struct com_softc *sc = &ebsc->ebsc_com; in com_ebus_attach()