Lines Matching defs:ohci
12 * Modified for of_platform bus from ohci-sa1111.c
28 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
31 if ((ret = ohci_init(ohci)) < 0)
34 if ((ret = ohci_run(ohci)) < 0) {
91 struct ohci_hcd *ohci;
103 of_device_is_compatible(dn, "ohci-bigendian") ||
104 of_device_is_compatible(dn, "ohci-be");
133 ohci = hcd_to_ohci(hcd);
135 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC;
136 if (of_device_is_compatible(dn, "fsl,mpc5200-ohci"))
137 ohci->flags |= OHCI_QUIRK_FRAME_NO;
138 if (of_device_is_compatible(dn, "mpc5200-ohci"))
139 ohci->flags |= OHCI_QUIRK_FRAME_NO;
142 ohci_hcd_init(ohci);
155 * set up. If the ehci driver is loaded, put the ohci core in
165 writel_be((readl_be(&ohci->regs->control) |
166 OHCI_USB_SUSPEND), &ohci->regs->control);
167 (void) readl_be(&ohci->regs->control);
201 .compatible = "ohci-bigendian",
205 .compatible = "ohci-be",
211 .compatible = "ohci-littledian",
215 .compatible = "ohci-le",
224 #error "No endianness selected for ppc-of-ohci"
233 .name = "ppc-of-ohci",