Lines Matching refs:phy_count
281 unsigned int phy_count;
1070 unsigned int phy_count = pcie->phy_count;
1072 while (phy_count--) {
1073 phy_power_off(pcie->phys[phy_count]);
1074 phy_exit(pcie->phys[phy_count]);
1083 for (i = 0; i < pcie->phy_count; i++) {
1153 pcie->phy_count = ret;
2183 phys = devm_kcalloc(dev, pcie->phy_count, sizeof(*phys), GFP_KERNEL);
2187 for (i = 0; i < pcie->phy_count; i++) {