Lines Matching full:ohci

3  * OHCI HCD (Host Controller Driver) for USB.
10 * Bus glue for OHCI HC on the of_platform bus
12 * Modified for of_platform bus from ohci-sa1111.c
26 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_ppc_of_start() local
29 if ((ret = ohci_init(ohci)) < 0) in ohci_ppc_of_start()
32 if ((ret = ohci_run(ohci)) < 0) { in ohci_ppc_of_start()
44 .product_desc = "OF OHCI",
89 struct ohci_hcd *ohci; in ohci_hcd_ppc_of_probe() local
101 of_device_is_compatible(dn, "ohci-bigendian") || in ohci_hcd_ppc_of_probe()
102 of_device_is_compatible(dn, "ohci-be"); in ohci_hcd_ppc_of_probe()
131 ohci = hcd_to_ohci(hcd); in ohci_hcd_ppc_of_probe()
133 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC; in ohci_hcd_ppc_of_probe()
134 if (of_device_is_compatible(dn, "fsl,mpc5200-ohci")) in ohci_hcd_ppc_of_probe()
135 ohci->flags |= OHCI_QUIRK_FRAME_NO; in ohci_hcd_ppc_of_probe()
136 if (of_device_is_compatible(dn, "mpc5200-ohci")) in ohci_hcd_ppc_of_probe()
137 ohci->flags |= OHCI_QUIRK_FRAME_NO; in ohci_hcd_ppc_of_probe()
140 ohci_hcd_init(ohci); in ohci_hcd_ppc_of_probe()
153 * set up. If the ehci driver is loaded, put the ohci core in in ohci_hcd_ppc_of_probe()
163 writel_be((readl_be(&ohci->regs->control) | in ohci_hcd_ppc_of_probe()
164 OHCI_USB_SUSPEND), &ohci->regs->control); in ohci_hcd_ppc_of_probe()
165 (void) readl_be(&ohci->regs->control); in ohci_hcd_ppc_of_probe()
197 .compatible = "ohci-bigendian",
201 .compatible = "ohci-be",
207 .compatible = "ohci-le",
216 #error "No endianness selected for ppc-of-ohci"
225 .name = "ppc-of-ohci",