Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dohci.h418 #define OHCI_QUIRK_NEC 0x40 /* lost interrupts */ macro
445 return ohci->flags & OHCI_QUIRK_NEC; in quirk_nec()
Dohci-pci.c144 ohci->flags |= OHCI_QUIRK_NEC; in ohci_quirk_nec()