Home
last modified time | relevance | path

Searched refs:HCC_MAX_PSA (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk.c407 if (xhci->hci_version < 0x100 && HCC_MAX_PSA(xhci->hcc_params) == 4) in xhci_mtk_quirks()
562 if (HCC_MAX_PSA(xhci->hcc_params) >= 4 && in xhci_mtk_probe()
H A Dxhci-histb.c289 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_histb_probe()
H A Dxhci-plat.c364 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_plat_probe()
H A Dxhci-pci.c502 HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_pci_probe()
H A Dxhci.h121 #define HCC_MAX_PSA(p) (1 << ((((p) >> 12) & 0xf) + 1)) macro
H A Dxhci.c3360 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries()
3490 HCC_MAX_PSA(xhci->hcc_params) < 4) { in xhci_alloc_streams()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-histb.c279 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_histb_probe()
H A 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()
H A Dxhci-plat.c316 if (usb3_hcd && HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_plat_probe()
H A Dxhci-pci.c690 HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_pci_probe()
H A Dxhci.h121 #define HCC_MAX_PSA(p) (1 << ((((p) >> 12) & 0xf) + 1)) macro
H A Dxhci.c3252 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries()
3382 HCC_MAX_PSA(xhci->hcc_params) < 4) { in xhci_alloc_streams()
H A Dxhci-tegra.c1831 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in tegra_xusb_probe()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h86 #define HCC_MAX_PSA(p) ((((p) >> 12) & 0xf) + 1) macro
H A Dcdnsp-gadget.c1602 int max_streams = HCC_MAX_PSA(pdev->hcc_params); in cdnsp_gadget_init_endpoints()

Completed in 37 milliseconds