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

Function mv_set_timer_rel

freebsd/arm/mv/timer.c:380–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380static void
381mv_set_timer_rel(uint32_t timer, uint32_t val)
382{
383
384 bus_space_write_4(timer_softc->timer_bst,
385 timer_softc->timer_bsh, CPU_TIMER0_REL + timer * 0x8, val);
386}
387
388static void
389mv_watchdog_enable_armv5(void)

Callers 2

mv_timer_startFunction · 0.85
mv_setup_timersFunction · 0.85

Calls 1

bus_space_write_4Function · 0.85

Tested by

no test coverage detected