| 378 | } |
| 379 | |
| 380 | static void |
| 381 | mv_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 | |
| 388 | static void |
| 389 | mv_watchdog_enable_armv5(void) |
no test coverage detected