Lines Matching defs:ohci
13 * and on ohci-sa1111.c by Christopher Hoover <ch@hpl.hp.com>
32 #include "ohci.h"
63 static const char hcd_name[] = "ohci-omap";
164 static void start_hnp(struct ohci_hcd *ohci)
166 struct usb_hcd *hcd = ohci_to_hcd(ohci);
175 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]);
188 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
215 &ohci_to_hcd(ohci)->self);
226 ohci->start_hnp = start_hnp;
242 ohci->hc_control = OHCI_CTRL_RWC;
243 writel(OHCI_CTRL_RWC, &ohci->regs->control);
248 u32 rh = roothub_a (ohci);
255 ohci_to_hcd(ohci)->power_budget = 250;
265 ohci_writel(ohci, rh, &ohci->regs->roothub.a);
266 ohci->flags &= ~OHCI_QUIRK_HUB_POWER;
270 ohci_to_hcd(ohci)->power_budget = 0;
436 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
441 if (time_before(jiffies, ohci->next_statechange))
443 ohci->next_statechange = jiffies;
456 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
459 if (time_before(jiffies, ohci->next_statechange))
461 ohci->next_statechange = jiffies;
484 .name = "ohci",
513 MODULE_ALIAS("platform:ohci");