MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mv_timer_get_timecount

Function mv_timer_get_timecount

freebsd/arm/mv/timer.c:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301DRIVER_MODULE(timer_mv, simplebus, mv_timer_driver, mv_timer_devclass, 0, 0);
302
303static unsigned
304mv_timer_get_timecount(struct timecounter *tc)
305{
306
307 return (INITIAL_TIMECOUNTER - mv_get_timer(1));
308}
309
310static void
311mv_delay(int usec, void* arg)

Callers

nothing calls this directly

Calls 1

mv_get_timerFunction · 0.85

Tested by

no test coverage detected