| 362 | } |
| 363 | |
| 364 | static uint32_t |
| 365 | mv_get_timer(uint32_t timer) |
| 366 | { |
| 367 | |
| 368 | return (bus_space_read_4(timer_softc->timer_bst, |
| 369 | timer_softc->timer_bsh, CPU_TIMER0 + timer * 0x8)); |
| 370 | } |
| 371 | |
| 372 | static void |
| 373 | mv_set_timer(uint32_t timer, uint32_t val) |
no test coverage detected