Lines Matching defs:ehci
3 * drivers/usb/host/ehci-orion.c
13 #include <linux/platform_data/usb-ehci-orion.h>
23 #include "ehci.h"
68 static const char hcd_name[] = "ehci-orion";
179 if (of_device_is_compatible(dev->of_node, "marvell,armada-3700-ehci"))
213 struct ehci_hcd *ehci;
257 ehci = hcd_to_ehci(hcd);
258 ehci->caps = hcd->regs + 0x100;
342 { .compatible = "marvell,orion-ehci", },
343 { .compatible = "marvell,armada-3700-ehci", },
353 .name = "orion-ehci",
378 MODULE_ALIAS("platform:orion-ehci");