Searched refs:OHCI_QUIRK_INITRESET (Results 1 – 2 of 2) sorted by relevance
621 if (ohci->flags & OHCI_QUIRK_INITRESET) { in ohci_run()642 if (!(ohci->flags & OHCI_QUIRK_INITRESET)) { in ohci_run()643 ohci->flags |= OHCI_QUIRK_INITRESET; in ohci_run()
414 #define OHCI_QUIRK_INITRESET 0x04 /* SiS, OPTi, ... */ macro