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

  /src/external/gpl3/gdb.old/dist/sim/erc32/
erc32.c 93 #define MEC_ERSR 0x0B0
166 static uint32_t mec_ersr; /* MEC error and status register */ variable
323 if (mec_ersr & 0x01) {
327 mec_ersr = 0x8000;
332 mec_ersr |= 0x2000;
339 if (mec_ersr & 0x04) {
343 mec_ersr = 0x8000;
348 mec_ersr |= 0x2000;
355 if (mec_ersr & 0x20) {
359 mec_ersr = 0x8000
    [all...]
  /src/external/gpl3/gdb/dist/sim/erc32/
erc32.c 93 #define MEC_ERSR 0x0B0
166 static uint32_t mec_ersr; /* MEC error and status register */ variable
323 if (mec_ersr & 0x01) {
327 mec_ersr = 0x8000;
332 mec_ersr |= 0x2000;
339 if (mec_ersr & 0x04) {
343 mec_ersr = 0x8000;
348 mec_ersr |= 0x2000;
355 if (mec_ersr & 0x20) {
359 mec_ersr = 0x8000
    [all...]

Completed in 96 milliseconds