Lines Matching refs:phy_count
300 unsigned int phy_count;
1033 unsigned int phy_count = pcie->phy_count;
1035 while (phy_count--) {
1036 phy_power_off(pcie->phys[phy_count]);
1037 phy_exit(pcie->phys[phy_count]);
1046 for (i = 0; i < pcie->phy_count; i++) {
1109 pcie->phy_count = ret;
2079 phys = devm_kcalloc(dev, pcie->phy_count, sizeof(*phys), GFP_KERNEL);
2083 for (i = 0; i < pcie->phy_count; i++) {