Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-pci.c354 xhci->quirks |= XHCI_AMD_PLL_FIX; in xhci_pci_quirks()
Dxhci-ring.c788 if (xhci->quirks & XHCI_AMD_PLL_FIX) in xhci_giveback_urb_in_irq()
4153 if (xhci->quirks & XHCI_AMD_PLL_FIX) in xhci_queue_isoc_tx()
Dxhci.h1854 #define XHCI_AMD_PLL_FIX BIT_ULL(3) macro
Dxhci.c603 if (xhci->quirks & XHCI_AMD_PLL_FIX) in xhci_stop()