Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dxhci-mtk.c417 if (xhci->hci_version < 0x100 && HCC_MAX_PSA(xhci->hcc_params) == 4) in xhci_mtk_quirks()
596 if (HCC_MAX_PSA(xhci->hcc_params) >= 4 && in xhci_mtk_probe()
A Dxhci-histb.c289 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_histb_probe()
A Dxhci-plat.c361 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_plat_probe()
A Dxhci-pci.c454 HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_pci_probe()
A Dxhci.h121 #define HCC_MAX_PSA(p) (1 << ((((p) >> 12) & 0xf) + 1)) macro
A Dxhci.c3367 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries()
3497 HCC_MAX_PSA(xhci->hcc_params) < 4) { in xhci_alloc_streams()
/linux/drivers/usb/cdns3/
A Dcdnsp-gadget.h86 #define HCC_MAX_PSA(p) ((((p) >> 12) & 0xf) + 1) macro
A Dcdnsp-gadget.c1606 int max_streams = HCC_MAX_PSA(pdev->hcc_params); in cdnsp_gadget_init_endpoints()

Completed in 35 milliseconds