Searched refs:ebsc (Results 1 – 2 of 2) sorted by relevance
172 struct cs4231_ebus_softc *ebsc; in cs4231_ebus_attach() local178 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 …]
86 struct com_ebus_softc *ebsc = device_private(self); in com_ebus_attach() local87 struct com_softc *sc = &ebsc->ebsc_com; in com_ebus_attach()