Lines Matching refs:pcie_width
87 static int comphy_pcie_power_up(u32 lane, u32 pcie_width, bool clk_src, in comphy_pcie_power_up() argument
110 debug("PCIe width = %d\n", pcie_width); in comphy_pcie_power_up()
114 if (pcie_width == 4) { in comphy_pcie_power_up()
118 } else if (pcie_width == 2) { in comphy_pcie_power_up()
177 if (pcie_width != 1) { in comphy_pcie_power_up()
188 if (pcie_width != 1) { in comphy_pcie_power_up()
195 } else if (lane == (pcie_width - 1)) { in comphy_pcie_power_up()
253 if (pcie_width != 1) { in comphy_pcie_power_up()
458 if ((pcie_width == 1) || (lane == (pcie_width - 1))) { in comphy_pcie_power_up()
461 if (pcie_width != 1) { in comphy_pcie_power_up()
468 end_lane = pcie_width; in comphy_pcie_power_up()
492 if (pcie_width != 1) { in comphy_pcie_power_up()
1960 u32 pcie_width = 0; in comphy_cp110_init() local
1976 pcie_width++; in comphy_cp110_init()
1988 pcie_width = 1; in comphy_cp110_init()
2000 lane, pcie_width, ptr_comphy_map->clk_src, in comphy_cp110_init()