| 354 | } |
| 355 | |
| 356 | static void |
| 357 | mv_set_timer_control(uint32_t val) |
| 358 | { |
| 359 | |
| 360 | bus_space_write_4(timer_softc->timer_bst, |
| 361 | timer_softc->timer_bsh, CPU_TIMER_CONTROL, val); |
| 362 | } |
| 363 | |
| 364 | static uint32_t |
| 365 | mv_get_timer(uint32_t timer) |
no test coverage detected