Searched refs:DELAY_MS (Results 1 – 8 of 8) sorted by relevance
132 DELAY_MS(100); in xpak_phy_reset()139 DELAY_MS(5000); in xpak_phy_reset()
250 DELAY_MS(100); in mv88x201x_phy_reset()253 DELAY_MS(1000); in mv88x201x_phy_reset()
225 DELAY_MS(100); in my3126_phy_reset()228 DELAY_MS(1000); in my3126_phy_reset()
875 DELAY_MS(1); in pm3393_mac_reset()878 DELAY_MS(1); in pm3393_mac_reset()881 DELAY_MS(2 /*1 extra ms for safety */ ); in pm3393_mac_reset()888 DELAY_MS(15 /*1 extra ms for safety */ ); in pm3393_mac_reset()891 DELAY_MS(1); in pm3393_mac_reset()
107 DELAY_MS(1); in vsc7326_full_reset()110 DELAY_MS(1); in vsc7326_full_reset()361 DELAY_MS(200); in run_bist_all()379 DELAY_MS(10); in run_bist_all()
175 DELAY_MS(100); in t1_mc4_init()
311 DELAY_MS(100); in t1_mc3_init()
90 #define DELAY_MS(x) DELAY(1000*(x)) macro