Searched refs:usec_wait (Results 1 – 2 of 2) sorted by relevance
648 int usec_wait, retries, tot_retries; in hypervisor_xcall_deliver() local659 usec_wait = cnt * MONDO_USEC_WAIT_MIN; in hypervisor_xcall_deliver()660 if (usec_wait > MONDO_USEC_WAIT_MAX) in hypervisor_xcall_deliver()661 usec_wait = MONDO_USEC_WAIT_MAX; in hypervisor_xcall_deliver()756 udelay(usec_wait); in hypervisor_xcall_deliver()
563 static void _tw32_flush(struct tg3 *tp, u32 off, u32 val, u32 usec_wait) in _tw32_flush() argument571 if (usec_wait) in _tw32_flush()572 udelay(usec_wait); in _tw32_flush()578 if (usec_wait) in _tw32_flush()579 udelay(usec_wait); in _tw32_flush()