Home
last modified time | relevance | path

Searched refs:PHY_READ_TO (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Dphy_cyclonev.c25 #define PHY_READ_TO ((uint32_t)0x0004FFFF) macro
175 } while ((tmpreg & EMAC_GMAC_GMII_ADDR_GB_SET_MSK) && (timeout < PHY_READ_TO)); in alt_eth_phy_read_register()
178 if (timeout == PHY_READ_TO) { in alt_eth_phy_read_register()
279 } while (!(rdval & PHY_LINKED_STATUS) && (timeout < PHY_READ_TO) && (rc == 0)); in alt_eth_phy_config()
282 if ((timeout == PHY_READ_TO) || (rc == -1)) { in alt_eth_phy_config()
306 } while (!(rdval & PHY_AUTONEGO_COMPLETE) && (timeout < PHY_READ_TO) && (rc == 0)); in alt_eth_phy_config()
309 if ((timeout == PHY_READ_TO) || (rc == -1)) { in alt_eth_phy_config()