Searched refs:tm6md0 (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
224 timers->tm6md0 = 0x00;
296 *(unsigned8*)dest = timers->tm6md0;
307 *(unsigned16 *)dest = (timers->tm6md0 << 8) | timers->tm6md1;
855 timers->tm6md0 = mode_val0;
/netbsd-current/external/gpl3/gdb/dist/sim/mn10300/
H A Ddv-mn103tim.c116 uint16_t tm6md0, tm6md1, tm6bc, tm6ca, tm6cb; member in struct:mn103tim
227 timers->tm6md0 = 0x00;
299 *(uint8_t*)dest = timers->tm6md0;
310 *(uint16_t *)dest = (timers->tm6md0 << 8) | timers->tm6md1;
858 timers->tm6md0 = mode_val0;

Completed in 97 milliseconds