Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-rcar.h50 XHCI_SLOW_SUSPEND, \
H A Dxhci-pci.c128 xhci->quirks |= XHCI_SLOW_SUSPEND; in xhci_pci_quirks()
H A Dxhci.h1882 #define XHCI_SLOW_SUSPEND BIT_ULL(17) macro
H A Dxhci.c1033 delay *= (xhci->quirks & XHCI_SLOW_SUSPEND) ? 10 : 1; in xhci_suspend()