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

Function mv_get_timer_control

freebsd/arm/mv/timer.c:348–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346#endif
347
348static uint32_t
349mv_get_timer_control(void)
350{
351
352 return (bus_space_read_4(timer_softc->timer_bst,
353 timer_softc->timer_bsh, CPU_TIMER_CONTROL));
354}
355
356static void
357mv_set_timer_control(uint32_t val)

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_read_4Function · 0.85

Tested by

no test coverage detected