Lines Matching defs:ohci
7 * Derived from: ohci-omap.c and ohci-s3c2410.c
26 #include "ohci.h"
29 #define DRV_NAME "ohci-da8xx"
231 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
245 ohci->num_ports = 1;
259 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a);
272 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a);
367 { .compatible = "ti,da830-ohci" },
487 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
492 if (time_before(jiffies, ohci->next_statechange))
494 ohci->next_statechange = jiffies;
509 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
512 if (time_before(jiffies, ohci->next_statechange))
514 ohci->next_statechange = jiffies;