Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci.h404 #define OHCI_QUIRK_AMD_ISO 0x200 /* ISO transfers*/ macro
434 return ohci->flags & OHCI_QUIRK_AMD_ISO; in quirk_amdiso()
Dohci-pci.c191 ohci->flags |= OHCI_QUIRK_AMD_ISO; in ohci_quirk_amd700()