HomeSort by: relevance | last modified time | path
    Searched defs:hsc_memh (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_hme_pci.c 63 bus_space_handle_t hsc_memh; member in struct:hme_pci_softc
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,

Completed in 28 milliseconds