Searched refs:XHCI_SG_TRB_CACHE_SIZE_QUIRK (Results 1 – 2 of 2) sorted by relevance
402 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()
1906 #define XHCI_SG_TRB_CACHE_SIZE_QUIRK BIT_ULL(39) macro