Lines Matching defs:ohci
8 * Based on various ohci-*.c drivers
22 #include "ohci.h"
26 static const char hcd_name[] = "SPEAr-ohci";
120 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
125 if (time_before(jiffies, ohci->next_statechange))
127 ohci->next_statechange = jiffies;
141 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
144 if (time_before(jiffies, ohci->next_statechange))
146 ohci->next_statechange = jiffies;
155 { .compatible = "st,spear600-ohci", },
169 .name = "spear-ohci",
198 MODULE_ALIAS("platform:spear-ohci");