Searched refs:usec_wait (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c458 /* usec_wait specifies the wait time in usec when writing to certain registers
463 static void _tw32_flush(struct tg3 *tp, u32 off, u32 val, u32 usec_wait) argument
472 if (usec_wait)
473 udelay(usec_wait);
479 if (usec_wait)
480 udelay(usec_wait);

Completed in 113 milliseconds