Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dsmp_64.c645 int usec_wait, retries, tot_retries; in hypervisor_xcall_deliver() local
656 usec_wait = cnt * MONDO_USEC_WAIT_MIN; in hypervisor_xcall_deliver()
657 if (usec_wait > MONDO_USEC_WAIT_MAX) in hypervisor_xcall_deliver()
658 usec_wait = MONDO_USEC_WAIT_MAX; in hypervisor_xcall_deliver()
753 udelay(usec_wait); in hypervisor_xcall_deliver()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c566 static void _tw32_flush(struct tg3 *tp, u32 off, u32 val, u32 usec_wait) in _tw32_flush() argument
574 if (usec_wait) in _tw32_flush()
575 udelay(usec_wait); in _tw32_flush()
581 if (usec_wait) in _tw32_flush()
582 udelay(usec_wait); in _tw32_flush()