Lines Matching defs:ohci

9  * [ uhci code and gregs ohci fragments ]
25 #include "ohci.h"
30 static const char hcd_name[] = "ohci-pci";
46 struct ohci_hcd *ohci = hcd_to_ohci (hcd);
48 ohci->flags = OHCI_QUIRK_AMD756;
49 ohci_dbg (ohci, "AMD756 erratum 4 workaround\n");
61 struct ohci_hcd *ohci = hcd_to_ohci (hcd);
63 ohci_dbg (ohci, "WARNING: OPTi workarounds unavailable\n");
80 struct ohci_hcd *ohci = hcd_to_ohci (hcd);
82 ohci->flags |= OHCI_QUIRK_SUPERIO;
83 ohci_dbg (ohci, "Using NSC SuperIO setup\n");
96 struct ohci_hcd *ohci = hcd_to_ohci (hcd);
98 ohci->flags |= OHCI_QUIRK_ZFMICRO;
99 ohci_dbg(ohci, "enabled Compaq ZFMicro chipset quirks\n");
109 struct ohci_hcd *ohci = hcd_to_ohci (hcd);
117 ohci->flags |= OHCI_QUIRK_BE_MMIO;
118 ohci_dbg (ohci, "enabled big endian Toshiba quirk\n");
121 ohci_err (ohci, "unsupported big endian Toshiba quirk\n");
131 struct ohci_hcd *ohci = container_of(work, struct ohci_hcd, nec_work);
134 status = ohci_restart(ohci);
136 ohci_err(ohci, "Restarting NEC controller failed in %s, %d\n",
142 struct ohci_hcd *ohci = hcd_to_ohci (hcd);
144 ohci->flags |= OHCI_QUIRK_NEC;
145 INIT_WORK(&ohci->nec_work, ohci_quirk_nec_worker);
146 ohci_dbg (ohci, "enabled NEC chipset lost interrupt quirk\n");
153 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
156 ohci->flags |= OHCI_QUIRK_AMD_PLL;
160 ohci->flags |= OHCI_QUIRK_AMD_PREFETCH;
161 ohci_dbg(ohci, "enabled AMD prefetch quirk\n");
164 ohci->flags |= OHCI_QUIRK_GLOBAL_SUSPEND;
170 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
172 ohci->flags |= OHCI_QUIRK_QEMU;
173 ohci_dbg(ohci, "enabled qemu quirk\n");
240 struct ohci_hcd *ohci = hcd_to_ohci (hcd);
249 int (*quirk)(struct usb_hcd *ohci);
258 * After ohci setup RWC may not be set for add-in PCI cards.
262 ohci->hc_control |= OHCI_CTRL_RWC;