Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c290 #ifdef Delay_PHYRst in phy_wait_reset_done()
291 DELAY(Delay_PHYRst); in phy_wait_reset_done()
306 #ifdef Delay_PHYRst in phy_reset()
307 DELAY(Delay_PHYRst); in phy_reset()
2112 #ifdef Delay_PHYRst in phy_atheros()
2113 phy_delay(Delay_PHYRst); in phy_atheros()
H A Dcomminf.h272 #define Delay_PHYRst 100 macro