Home | History | Annotate | Download | only in acpi

Lines Matching defs:sc_isc

49 	struct igpio_softc	sc_isc;
135 asc->sc_isc.sc_dev = self;
137 asc->sc_isc.sc_bst = aa->aa_memt;
139 asc->sc_isc.sc_nbar = nbar;
140 asc->sc_isc.sc_base =
141 kmem_zalloc(sizeof(*asc->sc_isc.sc_base) * nbar, KM_SLEEP);
142 asc->sc_isc.sc_length =
143 kmem_zalloc(sizeof(*asc->sc_isc.sc_length) * nbar, KM_SLEEP);
144 asc->sc_isc.sc_bsh =
145 kmem_zalloc(sizeof(*asc->sc_isc.sc_bsh) * nbar, KM_SLEEP);
147 asc->sc_isc.sc_acpi_hid = ad->HardwareId.String;
156 asc->sc_isc.sc_base[i] = mem->ar_base;
157 asc->sc_isc.sc_length[i] = mem->ar_length;
160 igpio_attach(&asc->sc_isc);
163 if (asc->sc_isc.sc_banks == NULL) {
191 struct igpio_softc * const isc = &asc->sc_isc;
196 igpio_detach(&asc->sc_isc);
231 struct igpio_softc * const isc = &asc->sc_isc;