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

/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A Ddv-mn103tim.c713 unsigned8 mode_val, next_mode_val; local
722 mode_val = *(unsigned8 *)source;
723 timers->reg[timer_nr].mode = mode_val;
725 if ( ( mode_val & count_and_load_mask ) == count_and_load_mask )
729 if ( ( mode_val & bits2to5_mask ) != 0 )
734 if ( mode_val & count_mask )
741 if ( (mode_val & clock_mask) == clk_cascaded )
/netbsd-current/external/gpl3/gdb/dist/sim/mn10300/
H A Ddv-mn103tim.c716 uint8_t mode_val, next_mode_val; local
725 mode_val = *(uint8_t *)source;
726 timers->reg[timer_nr].mode = mode_val;
728 if ( ( mode_val & count_and_load_mask ) == count_and_load_mask )
732 if ( ( mode_val & bits2to5_mask ) != 0 )
737 if ( mode_val & count_mask )
744 if ( (mode_val & clock_mask) == clk_cascaded )

Completed in 121 milliseconds