Searched refs:poll_cnt (Results 1 – 1 of 1) sorted by relevance
41 uint32_t poll_cnt = 0; in phy_xlnx_gem_mdio_read() local53 if (poll_cnt++ > 0) { in phy_xlnx_gem_mdio_read()57 } while ((reg_val & ETH_XLNX_GEM_MDIO_IDLE_BIT) == 0 && poll_cnt < 10); in phy_xlnx_gem_mdio_read()58 if (poll_cnt == 10) { in phy_xlnx_gem_mdio_read()84 poll_cnt = 0; in phy_xlnx_gem_mdio_read()86 if (poll_cnt++ > 0) { in phy_xlnx_gem_mdio_read()90 } while ((reg_val & ETH_XLNX_GEM_MDIO_IDLE_BIT) == 0 && poll_cnt < 10); in phy_xlnx_gem_mdio_read()91 if (poll_cnt == 10) { in phy_xlnx_gem_mdio_read()120 uint32_t poll_cnt = 0; in phy_xlnx_gem_mdio_write() local132 if (poll_cnt++ > 0) { in phy_xlnx_gem_mdio_write()[all …]