Home
last modified time | relevance | path

Searched refs:timerreg4 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Dtimer_sun4.c75 #define timerreg4 ((struct timerreg_4 *)TIMERREG_VA) macro
87 timerreg4->t_c10.t_limit = tmr_ustolim(tick); in timer_init_4()
88 timerreg4->t_c14.t_limit = tmr_ustolim(statint); in timer_init_4()
100 *((volatile int *)&timerreg4->t_c10.t_limit); in clockintr_4()
116 *((volatile int *)&timerreg4->t_c14.t_limit); in statintr_4()
130 newint -= tmr_cnttous(timerreg4->t_c14.t_counter); in statintr_4()
131 timerreg4->t_c14.t_limit = tmr_ustolim(newint); in statintr_4()
172 timerattach(&timerreg4->t_c10.t_counter, &timerreg4->t_c10.t_limit); in timerattach_obio_4()
197 timerattach(&timerreg4->t_c10.t_counter, &timerreg4->t_c10.t_limit); in timerattach_mainbus_4c()