Home | Sort by: relevance | last modified time | path |
/src/sys/arch/evbarm/stand/bootimx23/ | |
common.c | 49 volatile uint32_t *us_r; local in function:delay 51 us_r = (uint32_t *)(HW_DIGCTL_BASE + HW_DIGCTL_MICROSECONDS); 53 *us_r = 0; 54 while (*us_r < us) |