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

/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A Ddv-mn103tim.c113 unsigned16 tm6md0, tm6md1, tm6bc, tm6ca, tm6cb; member in struct:mn103tim
225 timers->tm6md1 = 0x00;
307 *(unsigned16 *)dest = (timers->tm6md0 << 8) | timers->tm6md1;
875 timers->tm6md1 = mode_val1;
/netbsd-current/external/gpl3/gdb/dist/sim/mn10300/
H A Ddv-mn103tim.c116 uint16_t tm6md0, tm6md1, tm6bc, tm6ca, tm6cb; member in struct:mn103tim
228 timers->tm6md1 = 0x00;
310 *(uint16_t *)dest = (timers->tm6md0 << 8) | timers->tm6md1;
878 timers->tm6md1 = mode_val1;

Completed in 183 milliseconds