Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk.c398 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.c409 if (HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_plat_probe()
H A Dxhci-pci.c445 HCC_MAX_PSA(xhci->hcc_params) >= 4) in xhci_pci_probe()
H A Dxhci.h122 #define HCC_MAX_PSA(p) (1 << ((((p) >> 12) & 0xf) + 1)) macro
H A Dxhci.c3293 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries()
3423 HCC_MAX_PSA(xhci->hcc_params) < 4) { in xhci_alloc_streams()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h145 #define HCC_MAX_PSA(p) (1 << ((((p) >> 12) & 0xf) + 1)) macro