Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-plat.c402 if (priv && (priv->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK)) in xhci_plat_probe()
403 xhci->quirks |= XHCI_SG_TRB_CACHE_SIZE_QUIRK; in xhci_plat_probe()
H A Dxhci.h1906 #define XHCI_SG_TRB_CACHE_SIZE_QUIRK BIT_ULL(39) macro