Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dxhci-plat.c254 xhci->quirks |= XHCI_SG_TRB_CACHE_SIZE_QUIRK; in xhci_plat_probe()
284 if (priv && (priv->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK)) in xhci_plat_probe()
285 xhci->quirks |= XHCI_SG_TRB_CACHE_SIZE_QUIRK; in xhci_plat_probe()
Dxhci.h1902 #define XHCI_SG_TRB_CACHE_SIZE_QUIRK BIT_ULL(39) macro
Dxhci.c1292 if (xhci->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK) { in xhci_map_urb_for_dma()
1309 if ((xhci->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK) && unmap_temp_buf) in xhci_unmap_urb_for_dma()