Home
last modified time | relevance | path

Searched refs:DELAY_MS (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dxpak.c130 DELAY_MS(100); in xpak_phy_reset()
137 DELAY_MS(5000); in xpak_phy_reset()
H A Dmv88x201x.c248 DELAY_MS(100); in mv88x201x_phy_reset()
251 DELAY_MS(1000); in mv88x201x_phy_reset()
H A Dmy3126.c230 DELAY_MS(100); in my3126_phy_reset()
233 DELAY_MS(1000); in my3126_phy_reset()
H A Dpm3393.c873 DELAY_MS(1); in pm3393_mac_reset()
876 DELAY_MS(1); in pm3393_mac_reset()
879 DELAY_MS(2 /*1 extra ms for safety */ ); in pm3393_mac_reset()
886 DELAY_MS(15 /*1 extra ms for safety */ ); in pm3393_mac_reset()
889 DELAY_MS(1); in pm3393_mac_reset()
H A Dvsc7326.c105 DELAY_MS(1); in vsc7326_full_reset()
108 DELAY_MS(1); in vsc7326_full_reset()
359 DELAY_MS(200); in run_bist_all()
377 DELAY_MS(10); in run_bist_all()
H A Dmc4.c173 DELAY_MS(100); in t1_mc4_init()
H A Dmc3.c309 DELAY_MS(100); in t1_mc3_init()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h88 #define DELAY_MS(x) DELAY(1000*(x)) macro