Lines Matching defs:ccbsc
79 struct sdhc_ccb_softc * const ccbsc = device_private(self);
80 struct sdhc_softc * const sc = &ccbsc->ccbsc_sc;
84 ccbsc->ccbsc_bst = ccbaa->ccbaa_ccb_bst;
85 bus_space_subregion(ccbsc->ccbsc_bst, ccbaa->ccbaa_ccb_bsh,
86 loc->loc_offset, loc->loc_size, &ccbsc->ccbsc_bsh);
90 sc->sc_host = ccbsc->ccbsc_hosts;
100 int error = sdhc_host_found(sc, ccbsc->ccbsc_bst, ccbsc->ccbsc_bsh,
109 ccbsc->ccbsc_ih = intr_establish(loc->loc_intrs[0], IPL_VM, IST_LEVEL,
111 if (ccbsc->ccbsc_ih == NULL) {
122 if (ccbsc->ccbsc_ih) {
123 intr_disestablish(ccbsc->ccbsc_ih);
124 ccbsc->ccbsc_ih = NULL;