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

Function mv_set_timer

freebsd/arm/mv/timer.c:372–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372static void
373mv_set_timer(uint32_t timer, uint32_t val)
374{
375
376 bus_space_write_4(timer_softc->timer_bst,
377 timer_softc->timer_bsh, CPU_TIMER0 + timer * 0x8, val);
378}
379
380static void
381mv_set_timer_rel(uint32_t timer, uint32_t val)

Callers 3

mv_watchdog_eventFunction · 0.70
mv_timer_startFunction · 0.70
mv_setup_timersFunction · 0.70

Calls 1

bus_space_write_4Function · 0.85

Tested by

no test coverage detected