Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-pci.c164 xhci->quirks |= XHCI_AMD_PLL_FIX; in xhci_pci_quirks()
H A Dxhci-ring.c767 if (xhci->quirks & XHCI_AMD_PLL_FIX) in xhci_giveback_urb_in_irq()
4194 if (xhci->quirks & XHCI_AMD_PLL_FIX) in xhci_queue_isoc_tx()
H A Dxhci.h1859 #define XHCI_AMD_PLL_FIX BIT_ULL(3) macro
H A Dxhci.c746 if (xhci->quirks & XHCI_AMD_PLL_FIX) in xhci_stop()