Lines Matching defs:hsc
115 struct hme_pci_softc *hsc = device_private(self);
116 struct hme_softc *sc = &hsc->hsc_hme;
183 &hsc->hsc_memt, &hsc->hsc_memh, NULL, NULL) != 0) {
187 sc->sc_seb = hsc->hsc_memh;
188 if (bus_space_subregion(hsc->hsc_memt, hsc->hsc_memh, 0x2000,
193 if (bus_space_subregion(hsc->hsc_memt, hsc->hsc_memh, 0x4000,
198 if (bus_space_subregion(hsc->hsc_memt, hsc->hsc_memh, 0x6000,
203 if (bus_space_subregion(hsc->hsc_memt, hsc->hsc_memh, 0x7000,
303 hsc->hsc_ih = pci_intr_establish_xname(pa->pa_pc, ih, IPL_NET, hme_intr,
305 if (hsc->hsc_ih == NULL) {