Home
last modified time | relevance | path

Searched refs:XHCI_SUSPEND_DELAY (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-pci.c362 xhci->quirks |= XHCI_SUSPEND_DELAY; in xhci_pci_quirks()
H A Dxhci.h1899 #define XHCI_SUSPEND_DELAY BIT_ULL(30) macro
H A Dxhci.c883 if (xhci->quirks & XHCI_SUSPEND_DELAY) in xhci_suspend()