Lines Matching refs:sc_io_res
301 sc->sc_io_res = bus_alloc_resource_any(self, SYS_RES_MEMORY, &rid, in xhci_pci_attach()
303 if (!sc->sc_io_res) { in xhci_pci_attach()
307 sc->sc_io_tag = rman_get_bustag(sc->sc_io_res); in xhci_pci_attach()
308 sc->sc_io_hdl = rman_get_bushandle(sc->sc_io_res); in xhci_pci_attach()
309 sc->sc_io_size = rman_get_size(sc->sc_io_res); in xhci_pci_attach()
346 sc->sc_io_res); in xhci_pci_attach()
357 sc->sc_msix_res = sc->sc_io_res; in xhci_pci_attach()
374 if (sc->sc_msix_res != sc->sc_io_res) { in xhci_pci_attach()
497 if (sc->sc_msix_res != NULL && sc->sc_msix_res != sc->sc_io_res) { in xhci_pci_detach()
502 if (sc->sc_io_res) { in xhci_pci_detach()
504 sc->sc_io_res); in xhci_pci_detach()
505 sc->sc_io_res = NULL; in xhci_pci_detach()