Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dmpcore_timer.c113 static struct timecounter *arm_tmr_tc; variable
284 if (arm_tmr_tc != NULL) in attach_tc()
299 arm_tmr_tc = &arm_tmr_timecount; in attach_tc()
549 if (arm_tmr_tc == NULL || arm_tmr_timecount.tc_frequency == 0) { in DELAY()
556 sc = arm_tmr_tc->tc_priv; in DELAY()