Home
last modified time | relevance | path

Searched refs:XHCI_SG_TRB_CACHE_SIZE_QUIRK (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-plat.c327 xhci->quirks |= XHCI_SG_TRB_CACHE_SIZE_QUIRK; in xhci_plat_probe()
357 if (priv && (priv->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK)) in xhci_plat_probe()
358 xhci->quirks |= XHCI_SG_TRB_CACHE_SIZE_QUIRK; in xhci_plat_probe()
H A Dxhci.h1895 #define XHCI_SG_TRB_CACHE_SIZE_QUIRK BIT_ULL(39) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A 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()
H A Dxhci.h1902 #define XHCI_SG_TRB_CACHE_SIZE_QUIRK BIT_ULL(39) macro
H A Dxhci.c1294 if (xhci->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK) { in xhci_map_urb_for_dma()
1311 if ((xhci->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK) && unmap_temp_buf) in xhci_unmap_urb_for_dma()

Completed in 19 milliseconds