Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Dtegra_ehci.c79 struct resource *ehci_irq_res; /* EHCI core IRQ. */ member
131 if (sc->ehci_irq_res != NULL) in tegra_ehci_detach()
133 sc->ehci_irq_res); in tegra_ehci_detach()
171 sc->ehci_irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, in tegra_ehci_attach()
173 if (sc->ehci_irq_res == NULL) { in tegra_ehci_attach()
258 rv = bus_setup_intr(dev, sc->ehci_irq_res, INTR_TYPE_BIO | INTR_MPSAFE, in tegra_ehci_attach()