Home
last modified time | relevance | path

Searched refs:HCC_MAX_PSA (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-caps.h59 #define HCC_MAX_PSA(p) (1 << ((((p) >> 12) & 0xf) + 1)) macro
Dxhci-mtk.c471 if (xhci->hci_version < 0x100 && HCC_MAX_PSA(xhci->hcc_params) == 4) in xhci_mtk_quirks()
653 if (usb3_hcd && HCC_MAX_PSA(xhci->hcc_params) >= 4 && in xhci_mtk_probe()
Dxhci-histb.c279 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_histb_probe()
Dxhci-plat.c328 if (usb3_hcd && HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_plat_probe()
Dxhci-pci.c636 HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_pci_common_probe()
Dxhci.c3312 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries()
3442 HCC_MAX_PSA(xhci->hcc_params) < 4) { in xhci_alloc_streams()
Dxhci-tegra.c1831 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in tegra_xusb_probe()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.h86 #define HCC_MAX_PSA(p) ((((p) >> 12) & 0xf) + 1) macro
Dcdnsp-gadget.c1598 int max_streams = HCC_MAX_PSA(pdev->hcc_params); in cdnsp_gadget_init_endpoints()