Home
last modified time | relevance | path

Searched refs:DELAY_US (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dvsc7326.c101 DELAY_US(2); in vsc7326_full_reset()
268 DELAY_US(10); in bist_rd()
298 DELAY_US(5); in bist_wr()
351 DELAY_US(300); in run_bist_all()
353 DELAY_US(300); in run_bist_all()
364 DELAY_US(100); in run_bist_all()
369 DELAY_US(300); in run_bist_all()
371 DELAY_US(300); in run_bist_all()
375 DELAY_US(300); in run_bist_all()
744 DELAY_US(1); in vsc7326_mac_create()
[all …]
H A Dvsc7321.c96 DELAY_US(2); in vsc7321_full_reset()
105 DELAY_US(1000); in vsc7321_full_reset()
225 DELAY_US( ib[i].data ); in run_table()
262 DELAY_US(1); in vsc7321_mac_create()
264 DELAY_US(5); in vsc7321_mac_create()
H A Dmc4.c72 DELAY_US(1); in wrreg_wait()
105 DELAY_US(2 * 512 / (mc4_clock / 1000000) + 1); in t1_mc4_init()
120 DELAY_US(1); in t1_mc4_init()
H A Dxpak.c145 DELAY_US(100); in xpak_phy_reset()
H A Dmc3.c238 DELAY_US(2 * 512 / (mc3_clock / 1000000) + 1); in t1_mc3_init()
247 DELAY_US(1); in t1_mc3_init()
H A Dmv88x201x.c257 DELAY_US(100); in mv88x201x_phy_reset()
H A Dixf1010.c498 DELAY_US(2); in ixf1010_mac_reset()
502 DELAY_US(2); in ixf1010_mac_reset()
H A Dmy3126.c239 DELAY_US(100); in my3126_phy_reset()
H A Dch_subr.c71 DELAY_US(delay); in t1_wait_op_done()
331 DELAY_US(10); in mi1_wait_until_ready()
768 DELAY_US(50); in t1_seeprom_read()
1393 DELAY_US(200); in t1_init_sw_modules()
H A Dpm3393.c381 DELAY_US(2); in pm3393_enable_port()
409 DELAY_US(20); in pm3393_disable()
H A Dmv88e1xxx.c83 DELAY_US(1); in mv88e1xxx_reset()
H A Dch_mac.c188 DELAY_US(1); in mac_reset()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h87 #define DELAY_US(x) DELAY(x) macro