Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-pci.c181 xhci->quirks |= XHCI_DISABLE_SPARSE; in xhci_pci_quirks()
621 if (xhci->quirks & XHCI_DISABLE_SPARSE) in xhci_pci_suspend()
Dxhci.h1895 #define XHCI_DISABLE_SPARSE BIT_ULL(38) macro