Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-caps.h59 #define HCC_MAX_PSA(p) (1 << ((((p) >> 12) & 0xf) + 1)) macro
H A Dxhci-plat.c329 if (usb3_hcd && HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_plat_probe()
H A Dxhci-pci.c632 HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_pci_common_probe()
H A Dxhci.c3362 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries()
3492 HCC_MAX_PSA(xhci->hcc_params) < 4) { in xhci_alloc_streams()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h86 #define HCC_MAX_PSA(p) ((((p) >> 12) & 0xf) + 1) macro
H A Dcdnsp-gadget.c1599 int max_streams = HCC_MAX_PSA(pdev->hcc_params); in cdnsp_gadget_init_endpoints()