Home | History | Annotate | Download | only in dev

Lines Matching defs:asc

99 	struct ath_arbus_softc *asc = device_private(dv);
100 ath_resume(&asc->sc_ath);
109 struct ath_arbus_softc *asc;
117 asc = device_private(self);
118 sc = &asc->sc_ath;
135 asc->sc_iot = aa->aa_bst;
136 rv = bus_space_map(asc->sc_iot, aa->aa_addr, aa->aa_size, 0,
137 &asc->sc_ioh);
145 rv = atheros_get_board_config(&asc->sc_config);
150 asc->sc_config.unit = device_unit(sc->sc_dev);
151 asc->sc_config.tag = asc->sc_iot;
154 sc->sc_st = (HAL_BUS_TAG) &asc->sc_config;
155 sc->sc_sh = (HAL_BUS_HANDLE) asc->sc_ioh;
158 asc->sc_ih = arbus_intr_establish(aa->aa_cirq, aa->aa_mirq, ath_intr,
160 if (asc->sc_ih == NULL) {
180 arbus_intr_disestablish(asc->sc_ih);
186 struct ath_arbus_softc *asc = device_private(self);
188 ath_detach(&asc->sc_ath);
189 arbus_intr_disestablish(asc->sc_ih);