Home
last modified time | relevance | path

Searched refs:OHCI_QUIRK_INITRESET (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-hcd.c621 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()
H A Dohci.h414 #define OHCI_QUIRK_INITRESET 0x04 /* SiS, OPTi, ... */ macro