Searched refs:HCC_MAX_PSA (Results 1 – 6 of 6) sorted by relevance
289 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_histb_probe()
340 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_plat_probe()
549 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_mtk_probe()
405 HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_pci_probe()
118 #define HCC_MAX_PSA(p) (1 << ((((p) >> 12) & 0xf) + 1)) macro
3301 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries()3431 HCC_MAX_PSA(xhci->hcc_params) < 4) { in xhci_alloc_streams()