Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dvsc7326.c103 DELAY_US(2); in vsc7326_full_reset()
246 DELAY_US( ib[i].data ); in run_table()
270 DELAY_US(10); in bist_rd()
300 DELAY_US(5); in bist_wr()
353 DELAY_US(300); in run_bist_all()
355 DELAY_US(300); in run_bist_all()
366 DELAY_US(100); in run_bist_all()
371 DELAY_US(300); in run_bist_all()
373 DELAY_US(300); in run_bist_all()
377 DELAY_US(300); in run_bist_all()
[all …]
H A Dvsc7321.c98 DELAY_US(2); in vsc7321_full_reset()
107 DELAY_US(1000); in vsc7321_full_reset()
227 DELAY_US( ib[i].data ); in run_table()
264 DELAY_US(1); in vsc7321_mac_create()
266 DELAY_US(5); in vsc7321_mac_create()
H A Dmc4.c74 DELAY_US(1); in wrreg_wait()
107 DELAY_US(2 * 512 / (mc4_clock / 1000000) + 1); in t1_mc4_init()
122 DELAY_US(1); in t1_mc4_init()
H A Dxpak.c147 DELAY_US(100); in xpak_phy_reset()
H A Dmc3.c240 DELAY_US(2 * 512 / (mc3_clock / 1000000) + 1); in t1_mc3_init()
249 DELAY_US(1); in t1_mc3_init()
H A Dmv88x201x.c259 DELAY_US(100); in mv88x201x_phy_reset()
H A Dmy3126.c234 DELAY_US(100); in my3126_phy_reset()
H A Dixf1010.c500 DELAY_US(2); in ixf1010_mac_reset()
504 DELAY_US(2); in ixf1010_mac_reset()
H A Dch_subr.c73 DELAY_US(delay); in t1_wait_op_done()
333 DELAY_US(10); in mi1_wait_until_ready()
770 DELAY_US(50); in t1_seeprom_read()
1395 DELAY_US(200); in t1_init_sw_modules()
H A Dmv88e1xxx.c85 DELAY_US(1); in mv88e1xxx_reset()
H A Dpm3393.c383 DELAY_US(2); in pm3393_enable_port()
411 DELAY_US(20); in pm3393_disable()
H A Dch_mac.c190 DELAY_US(1); in mac_reset()
/titanic_41/usr/src/uts/common/io/chxge/
H A Dosdep.h89 #define DELAY_US(x) DELAY(x) macro