Home
last modified time | relevance | path

Searched refs:ehci_mem_res (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/arm/nvidia/
H A Dtegra_ehci.c78 struct resource *ehci_mem_res; /* EHCI core regs. */ member
134 if (sc->ehci_mem_res != NULL) in tegra_ehci_detach()
136 sc->ehci_mem_res); in tegra_ehci_detach()
162 sc->ehci_mem_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in tegra_ehci_attach()
164 if (sc->ehci_mem_res == NULL) { in tegra_ehci_attach()
228 esc->sc_io_tag = rman_get_bustag(sc->ehci_mem_res); in tegra_ehci_attach()
249 rman_get_bushandle(sc->ehci_mem_res), in tegra_ehci_attach()