Searched refs:phy_count (Results 1 – 7 of 7) sorted by relevance
68 int phy_count; member326 int phy_count; in dra7xx_pcie_probe() local357 phy_count = of_property_count_strings(np, "phy-names"); in dra7xx_pcie_probe()358 if (phy_count < 0) { in dra7xx_pcie_probe()360 return phy_count; in dra7xx_pcie_probe()363 phy = devm_kzalloc(dev, sizeof(*phy) * phy_count, GFP_KERNEL); in dra7xx_pcie_probe()367 for (i = 0; i < phy_count; i++) { in dra7xx_pcie_probe()387 dra7xx->phy_count = phy_count; in dra7xx_pcie_probe()426 int count = dra7xx->phy_count; in dra7xx_pcie_remove()
343 int phy_count = 0, phy, port = 0, i; in highbank_initialize_phys() local357 for (phy = 0; phy < phy_count; phy++) { in highbank_initialize_phys()367 phy_count += 1; in highbank_initialize_phys()
179 x->u.rx_frame.stats.phy_count))
575 if ((unlikely(rx_stats->phy_count > 20))) { in il3945_hdl_rx()577 rx_stats->phy_count); in il3945_hdl_rx()
1163 u8 phy_count; member
729 u32 phy_count = 0; in sci_port_is_wide() local733 phy_count++; in sci_port_is_wide()737 return phy_count != 1; in sci_port_is_wide()
744 __le16 phy_count; member