Home
last modified time | relevance | path

Searched refs:PCIE_SPEED2MBS_ENC (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pci/
H A Dpci.h345 #define PCIE_SPEED2MBS_ENC(speed) \ macro
H A Dpci.c6174 next_bw = next_width * PCIE_SPEED2MBS_ENC(next_speed); in pcie_bandwidth_available()
6270 return *width * PCIE_SPEED2MBS_ENC(*speed); in pcie_bandwidth_capable()
/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c151 Mbps_to_icc(PCIE_SPEED2MBS_ENC(pcie_link_speed[speed]))
H A Dpcie-qcom.c175 Mbps_to_icc(PCIE_SPEED2MBS_ENC(pcie_link_speed[speed]))
H A Dpcie-tegra194.c314 val = width * PCIE_SPEED2MBS_ENC(pcie_link_speed[speed]); in tegra_pcie_icc_set()