Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/
A Dfsl_phy.c38 #define PHY_TIMEOUT_COUNT 0xFFFFU macro
73 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()
/bsp/frdm-k64f/board/
A Dfsl_phy.c38 #define PHY_TIMEOUT_COUNT 0xFFFFFU macro
68 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()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_mdio.c26 #define PHY_TIMEOUT_COUNT 0x3FFFFFFU macro
74 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()
A Ddrv_ksz8081.c73 #define PHY_TIMEOUT_COUNT 0x3FFFFFFU macro
116 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 7 milliseconds