Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dohci.h419 #define OHCI_QUIRK_AMD_PLL 0x200 /* AMD PLL quirk*/ macro
451 return ohci->flags & OHCI_QUIRK_AMD_PLL; in quirk_amdiso()
Dohci-pci.c156 ohci->flags |= OHCI_QUIRK_AMD_PLL; in ohci_quirk_amd700()