Home | History | Annotate | Download | only in pci

Lines Matching defs:hsc

115 	struct hme_pci_softc *hsc = device_private(self);
116 struct hme_softc *sc = &hsc->hsc_hme;
184 &hsc->hsc_memt, &hsc->hsc_memh, NULL, NULL) != 0) {
188 sc->sc_seb = hsc->hsc_memh;
189 if (bus_space_subregion(hsc->hsc_memt, hsc->hsc_memh, 0x2000,
194 if (bus_space_subregion(hsc->hsc_memt, hsc->hsc_memh, 0x4000,
199 if (bus_space_subregion(hsc->hsc_memt, hsc->hsc_memh, 0x6000,
204 if (bus_space_subregion(hsc->hsc_memt, hsc->hsc_memh, 0x7000,
308 hsc->hsc_ih = pci_intr_establish_xname(pa->pa_pc, ih, IPL_NET, hme_intr,
310 if (hsc->hsc_ih == NULL) {