Searched refs:next_timer (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A Ddv-mn103tim.c571 int next_timer; local
582 for ( next_timer = timer_nr+1; next_timer < NR_REG_TIMERS; ++next_timer )
584 if ( (timers->reg[next_timer].mode & clock_mask) != clk_cascaded )
589 hw_port_event (me, next_timer-1, 1);
612 int next_timer; local
/netbsd-current/external/gpl3/gdb/dist/sim/mn10300/
H A Ddv-mn103tim.c574 int next_timer; local
585 for ( next_timer = timer_nr+1; next_timer < NR_REG_TIMERS; ++next_timer )
587 if ( (timers->reg[next_timer].mode & clock_mask) != clk_cascaded )
592 hw_port_event (me, next_timer-1, 1);
615 int next_timer; local

Completed in 109 milliseconds