Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-pci.c119 xhci->quirks |= XHCI_AMD_PLL_FIX; in xhci_pci_quirks()
Dxhci-ring.c613 if (xhci->quirks & XHCI_AMD_PLL_FIX) in xhci_giveback_urb_in_irq()
1881 if (xhci->quirks & XHCI_AMD_PLL_FIX) in finish_td()
3709 if (xhci->quirks & XHCI_AMD_PLL_FIX) in xhci_queue_isoc_tx()
Dxhci.h1546 #define XHCI_AMD_PLL_FIX (1 << 3) macro
Dxhci.c725 if (xhci->quirks & XHCI_AMD_PLL_FIX) in xhci_stop()