Lines Matching defs:ohci
13 * and on ohci-sa1111.c by Christopher Hoover <ch@hpl.hp.com>
37 #include "ohci.h"
51 static const char hcd_name[] = "ohci-omap";
70 static void start_hnp(struct ohci_hcd *ohci)
72 struct usb_hcd *hcd = ohci_to_hcd(ohci);
81 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]);
92 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
114 &ohci_to_hcd(ohci)->self);
125 ohci->start_hnp = start_hnp;
138 ohci->hc_control = OHCI_CTRL_RWC;
139 writel(OHCI_CTRL_RWC, &ohci->regs->control);
144 u32 rh = roothub_a (ohci);
151 ohci_to_hcd(ohci)->power_budget = 250;
161 ohci_writel(ohci, rh, &ohci->regs->roothub.a);
162 ohci->flags &= ~OHCI_QUIRK_HUB_POWER;
166 ohci_to_hcd(ohci)->power_budget = 0;
352 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
357 if (time_before(jiffies, ohci->next_statechange))
359 ohci->next_statechange = jiffies;
372 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
375 if (time_before(jiffies, ohci->next_statechange))
377 ohci->next_statechange = jiffies;
400 .name = "ohci",
427 MODULE_ALIAS("platform:ohci");