Searched refs:PHY_TIMEOUT_COUNT (Results 1 – 4 of 4) sorted by relevance
38 #define PHY_TIMEOUT_COUNT 0xFFFFU macro73 uint32_t delay = PHY_TIMEOUT_COUNT; in PHY_Init()97 delay = PHY_TIMEOUT_COUNT; in PHY_Init()116 delay = PHY_TIMEOUT_COUNT; in PHY_Init()143 for (counter = PHY_TIMEOUT_COUNT; counter > 0; counter--) in PHY_Write()182 for (counter = PHY_TIMEOUT_COUNT; counter > 0; counter--) in PHY_Read()
38 #define PHY_TIMEOUT_COUNT 0xFFFFFU macro68 uint32_t counter = PHY_TIMEOUT_COUNT; in PHY_Init()92 counter = PHY_TIMEOUT_COUNT; in PHY_Init()141 for (counter = PHY_TIMEOUT_COUNT; counter > 0; counter--) in PHY_Write()174 for (counter = PHY_TIMEOUT_COUNT; counter > 0; counter--) in PHY_Read()
26 #define PHY_TIMEOUT_COUNT 0x3FFFFFFU macro74 for (counter = PHY_TIMEOUT_COUNT; counter > 0; counter--) in rt_hw_mdio_read()117 for (counter = PHY_TIMEOUT_COUNT; counter > 0; counter--) in rt_hw_mdio_write()
73 #define PHY_TIMEOUT_COUNT 0x3FFFFFFU macro116 rt_uint32_t counter = PHY_TIMEOUT_COUNT; in rt_phy_init()154 counter = PHY_TIMEOUT_COUNT; in rt_phy_init()191 for (time_delay = 0; time_delay < PHY_TIMEOUT_COUNT; time_delay++) in rt_phy_init()
Completed in 11 milliseconds