HomeSort by: relevance | last modified time | path
    Searched defs:MEC_TCR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/erc32/
erc32.c 95 #define MEC_TCR 0x0D0
167 static uint32_t mec_tcr; /* MEC test comtrol register */ variable
512 mec_tcr = 0; /* MEC test comtrol register */
560 irq_test = mec_tcr & 0x80000;
576 if (mec_tcr & 0x80000) itmp = mec_ifr;
711 case MEC_TCR: /* 0xD0 */
712 *data = mec_tcr;
857 if (mec_tcr & 0x080000) {
882 if (mec_tcr & 0x100000)
887 case MEC_TCR: /* 0xD0 *
    [all...]
  /src/external/gpl3/gdb/dist/sim/erc32/
erc32.c 95 #define MEC_TCR 0x0D0
167 static uint32_t mec_tcr; /* MEC test comtrol register */ variable
512 mec_tcr = 0; /* MEC test comtrol register */
560 irq_test = mec_tcr & 0x80000;
576 if (mec_tcr & 0x80000) itmp = mec_ifr;
711 case MEC_TCR: /* 0xD0 */
712 *data = mec_tcr;
857 if (mec_tcr & 0x080000) {
882 if (mec_tcr & 0x100000)
887 case MEC_TCR: /* 0xD0 *
    [all...]

Completed in 17 milliseconds