Home
last modified time | relevance | path

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

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