Home
last modified time | relevance | path

Searched refs:mdelay (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c484 mdelay(10000); in TLan_FinishReset()
518 mdelay(10000); in TLan_FinishReset()
1499 mdelay(50);
1518 mdelay(500);
1545 mdelay(50);
1612 mdelay(50);
1639 mdelay(2000);
1674 mdelay(8000);
1701 mdelay(400);
1724 mdelay(100);
[all …]
H A De1000.c777 mdelay(20);
781 mdelay(5);
999 mdelay(10);
1006 mdelay(5);
1053 mdelay(2);
1060 mdelay(20);
1064 mdelay(5);
1135 mdelay(5);
1147 mdelay(1);
1496 mdelay(1);
[all …]
H A Dtimer.c14 void mdelay(unsigned int msecs) in mdelay() function
H A Dtimer.h60 extern void mdelay(unsigned int msecs);
H A Dtg3.c1224 mdelay(5); in tg3_setup_fiber_phy()
1245 mdelay(150); in tg3_setup_fiber_phy()
2221 mdelay(1); in tg3_nvram_init()
3078 mdelay(10); /* give the nick a chance */ in tg3_transmit()
3264 mdelay(1); in tg3_probe()
H A Dpcnet32.c902 mdelay(1); in pcnet32_probe()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.ignore_side_effects28 mdelay
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h152 #define mdelay(x) drv_usecwait(1000UL * (x)) macro
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3493 mdelay(ch_delay); in flash_wait_op()