Home
last modified time | relevance | path

Searched refs:QCOM_PCIE_LINK_SPEED_TO_BW (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/pci/controller/dwc/
Dpcie-qcom-ep.c150 #define QCOM_PCIE_LINK_SPEED_TO_BW(speed) \ macro
321 ret = icc_set_bw(pcie_ep->icc_mem, 0, width * QCOM_PCIE_LINK_SPEED_TO_BW(speed)); in qcom_pcie_ep_icc_update()
359 ret = icc_set_bw(pcie_ep->icc_mem, 0, QCOM_PCIE_LINK_SPEED_TO_BW(1)); in qcom_pcie_enable_resources()
Dpcie-qcom.c174 #define QCOM_PCIE_LINK_SPEED_TO_BW(speed) \ macro
1442 ret = icc_set_bw(pcie->icc_mem, 0, QCOM_PCIE_LINK_SPEED_TO_BW(1)); in qcom_pcie_icc_init()
1486 width * QCOM_PCIE_LINK_SPEED_TO_BW(speed)); in qcom_pcie_icc_opp_update()