Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-plat.c156 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_plat_probe()
Dxhci-pci.c276 HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_pci_probe()
Dxhci.h123 #define HCC_MAX_PSA(p) (1 << ((((p) >> 12) & 0xf) + 1)) macro
Dxhci.c3057 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries()
3186 HCC_MAX_PSA(xhci->hcc_params) < 4) { in xhci_alloc_streams()