Home
last modified time | relevance | path

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

/external/u-boot/drivers/phy/marvell/
Dcomphy_cp110.c86 static int comphy_pcie_power_up(u32 lane, u32 pcie_width, bool clk_src, in comphy_pcie_power_up() argument
109 debug("PCIe width = %d\n", pcie_width); in comphy_pcie_power_up()
113 if (pcie_width == 4) { in comphy_pcie_power_up()
117 } else if (pcie_width == 2) { in comphy_pcie_power_up()
176 if (pcie_width != 1) { in comphy_pcie_power_up()
187 if (pcie_width != 1) { in comphy_pcie_power_up()
194 } else if (lane == (pcie_width - 1)) { in comphy_pcie_power_up()
252 if (pcie_width != 1) { in comphy_pcie_power_up()
457 if ((pcie_width == 1) || (lane == (pcie_width - 1))) { in comphy_pcie_power_up()
460 if (pcie_width != 1) { in comphy_pcie_power_up()
[all …]