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

Function mv_set_timer_control

freebsd/arm/mv/timer.c:356–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356static void
357mv_set_timer_control(uint32_t val)
358{
359
360 bus_space_write_4(timer_softc->timer_bst,
361 timer_softc->timer_bsh, CPU_TIMER_CONTROL, val);
362}
363
364static uint32_t
365mv_get_timer(uint32_t timer)

Callers 7

mv_watchdog_enable_armv5Function · 0.70
mv_timer_startFunction · 0.70
mv_timer_stopFunction · 0.70
mv_setup_timersFunction · 0.70

Calls 1

bus_space_write_4Function · 0.85

Tested by

no test coverage detected