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

/netbsd-current/sys/arch/evbarm/stand/bootimx23/
H A Dcommon.c49 volatile uint32_t *us_r; local
51 us_r = (uint32_t *)(HW_DIGCTL_BASE + HW_DIGCTL_MICROSECONDS);
53 *us_r = 0;
54 while (*us_r < us)

Completed in 90 milliseconds