Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dpci.h271 #define PCIE_SPEED2MBS_ENC(speed) \ macro
H A Dpci.c6340 next_bw = next_width * PCIE_SPEED2MBS_ENC(next_speed); in pcie_bandwidth_available()
6435 return *width * PCIE_SPEED2MBS_ENC(*speed); in pcie_bandwidth_capable()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c325 val = width * (PCIE_SPEED2MBS_ENC(pcie_link_speed[speed]) / BITS_PER_BYTE); in tegra_pcie_icc_set()