Home
last modified time | relevance | path

Searched refs:OHCI_QUIRK_AMD756 (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/usb/host/
Dohci.h412 #define OHCI_QUIRK_AMD756 0x01 /* erratum #4 */ macro
713 else if (hc->flags & OHCI_QUIRK_AMD756) \
Dohci-pci.c48 ohci->flags = OHCI_QUIRK_AMD756; in ohci_quirk_amd756()
Dohci-hub.c481 if ((ohci->flags & OHCI_QUIRK_AMD756) in ohci_hub_status_data()
Dohci-hcd.c683 } else if ((ohci->flags & OHCI_QUIRK_AMD756) || in ohci_run()