| 370 | } |
| 371 | |
| 372 | static void |
| 373 | mv_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 | |
| 380 | static void |
| 381 | mv_set_timer_rel(uint32_t timer, uint32_t val) |
no test coverage detected