Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-pci.c306 xhci->quirks |= XHCI_DISABLE_SPARSE; in xhci_pci_quirks()
794 if (xhci->quirks & XHCI_DISABLE_SPARSE) in xhci_pci_suspend()
H A Dxhci.h1616 #define XHCI_DISABLE_SPARSE BIT_ULL(38) macro