Home
last modified time | relevance | path

Searched refs:phy_post_delay (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dfec_main.c3451 int msec = 1, phy_post_delay = 0; in fec_reset_phy() local
3468 err = of_property_read_u32(np, "phy-reset-post-delay", &phy_post_delay); in fec_reset_phy()
3470 if (!err && phy_post_delay > 1000) in fec_reset_phy()
3490 if (!phy_post_delay) in fec_reset_phy()
3493 if (phy_post_delay > 20) in fec_reset_phy()
3494 msleep(phy_post_delay); in fec_reset_phy()
3496 usleep_range(phy_post_delay * 1000, in fec_reset_phy()
3497 phy_post_delay * 1000 + 1000); in fec_reset_phy()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dfec_main.c4139 int msec = 1, phy_post_delay = 0; in fec_reset_phy() local
4151 err = of_property_read_u32(np, "phy-reset-post-delay", &phy_post_delay); in fec_reset_phy()
4153 if (!err && phy_post_delay > 1000) in fec_reset_phy()
4172 if (!phy_post_delay) in fec_reset_phy()
4175 if (phy_post_delay > 20) in fec_reset_phy()
4176 msleep(phy_post_delay); in fec_reset_phy()
4178 usleep_range(phy_post_delay * 1000, in fec_reset_phy()
4179 phy_post_delay * 1000 + 1000); in fec_reset_phy()

Completed in 11 milliseconds