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

/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A Ddv-mn103tim.c840 unsigned8 mode_val0 = 0x00, mode_val1 = 0x00; local
868 mode_val1 = *(unsigned8 *)source+1;
872 mode_val1 = *(unsigned8 *)source;
875 timers->tm6md1 = mode_val1;
877 if ( ( mode_val1 & count_and_load_mask ) == count_and_load_mask )
881 if ( ( mode_val1 & bits0to2_mask ) != 0 )
887 if ( mode_val1 & count_mask )
/netbsd-current/external/gpl3/gdb/dist/sim/mn10300/
H A Ddv-mn103tim.c843 uint8_t mode_val0 = 0x00, mode_val1 = 0x00; local
871 mode_val1 = *(uint8_t *)source+1;
875 mode_val1 = *(uint8_t *)source;
878 timers->tm6md1 = mode_val1;
880 if ( ( mode_val1 & count_and_load_mask ) == count_and_load_mask )
884 if ( ( mode_val1 & bits0to2_mask ) != 0 )
890 if ( mode_val1 & count_mask )

Completed in 140 milliseconds