HomeSort by: relevance | last modified time | path
    Searched defs:timerreg4 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sparc/sparc/
timer_sun4.c 75 #define timerreg4 ((struct timerreg_4 *)TIMERREG_VA) macro
87 timerreg4->t_c10.t_limit = tmr_ustolim(tick);
88 timerreg4->t_c14.t_limit = tmr_ustolim(statint);
100 *((volatile int *)&timerreg4->t_c10.t_limit);
116 *((volatile int *)&timerreg4->t_c14.t_limit);
130 newint -= tmr_cnttous(timerreg4->t_c14.t_counter);
131 timerreg4->t_c14.t_limit = tmr_ustolim(newint);
172 timerattach(&timerreg4->t_c10.t_counter, &timerreg4->t_c10.t_limit);
197 timerattach(&timerreg4->t_c10.t_counter, &timerreg4->t_c10.t_limit)
    [all...]

Completed in 12 milliseconds