ehci_intr
rv1 = ehci_intr(usbsc->usbsc_ehci_sc);
rv = ehci_intr(sc);
FDT_INTR_MPSAFE, ehci_intr, hsc,
sc->sc_ih = intr_establish(aa->aa_irq, IPL_USB, IST_LEVEL, ehci_intr, hsc);
FDT_INTR_MPSAFE, ehci_intr, &sc->sc, device_xname(self));
FDT_INTR_MPSAFE, ehci_intr, hsc, device_xname(sc->sc_dev));
ehci_intr, sc, device_xname(self));
ehci_intr, sc, device_xname(self));
if (fdtbus_intr_establish(phandle, 0, IPL_USB, IST_LEVEL, ehci_intr,
ahb_intr_establish(aaa->aaa_irq, IPL_USB, ehci_intr, sc,
sc->sc_ih = pci_intr_establish(pc, ih, IPL_USB, ehci_intr, sc);
ih = arbus_intr_establish(aa->aa_cirq, aa->aa_mirq, ehci_intr, sc);
ih = evbmips_intr_establish(aa->aa_irq, ehci_intr, sc);
sc->sc_ih = ra_intr_establish(RA_IRQ_USB, ehci_intr, sc, 1);
usbi->usbi_intr, ehci_intr, sc);
ehci_intr, sc);
intr_establish_xname(paa->plb_irq, IST_LEVEL, IPL_USB, ehci_intr,
IPL_USB, true, ehci_intr, sc, device_xname(self));
sc->sc_ih = Cardbus_intr_establish(ct, IPL_USB, ehci_intr, sc);
ehci_intr, sc, device_xname(self));
marvell_intr_establish(mva->mva_irq, IPL_USB, ehci_intr, sc);
ehci_intr, sc, device_xname(self));
int ehci_intr(void *);