Lines Matching refs:phy_count
151 int i = pcie->phy_count;
164 for (i = 0; i < pcie->phy_count; i++) {
190 int phy_count;
197 phy_count = of_property_count_strings(np, "phy-names");
198 if (phy_count < 1) {
200 pcie->phy_count = 0;
204 phy = devm_kcalloc(dev, phy_count, sizeof(*phy), GFP_KERNEL);
208 link = devm_kcalloc(dev, phy_count, sizeof(*link), GFP_KERNEL);
212 for (i = 0; i < phy_count; i++) {
227 pcie->phy_count = phy_count;