Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-rcar.c217 .quirks = XHCI_NO_64BIT_SUPPORT | XHCI_SLOW_SUSPEND, \
231 .quirks = XHCI_NO_64BIT_SUPPORT | XHCI_SLOW_SUSPEND,
H A Dxhci-pci.c325 xhci->quirks |= XHCI_SLOW_SUSPEND; in xhci_pci_quirks()
H A Dxhci.h1630 #define XHCI_SLOW_SUSPEND BIT_ULL(17) macro
H A Dxhci.c900 delay *= (xhci->quirks & XHCI_SLOW_SUSPEND) ? 10 : 1; in xhci_suspend()