HomeSort by: relevance | last modified time | path
    Searched refs:M6811_EELAT (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/m68hc11/
dv-m68hc11eepr.c 332 { M6811_EELAT, "EELAT ", "EEProm Latch Control" },
442 if ((m68hc11_cpu->ios[M6811_PPROG] & M6811_EELAT) != 0
499 wrong_bits &= (M6811_EELAT | M6811_EEPGM);
501 if (wrong_bits == (M6811_EEPGM|M6811_EELAT))
508 if ((val & M6811_EELAT) == 0)
512 if ((val & M6811_EEPGM) && !(m68hc11_cpu->ios[M6811_PPROG] & M6811_EELAT))
608 if ((m68hc11_cpu->ios[M6811_PPROG] & M6811_EELAT) == 0)
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
dv-m68hc11eepr.c 332 { M6811_EELAT, "EELAT ", "EEProm Latch Control" },
442 if ((m68hc11_cpu->ios[M6811_PPROG] & M6811_EELAT) != 0
499 wrong_bits &= (M6811_EELAT | M6811_EEPGM);
501 if (wrong_bits == (M6811_EEPGM|M6811_EELAT))
508 if ((val & M6811_EELAT) == 0)
512 if ((val & M6811_EEPGM) && !(m68hc11_cpu->ios[M6811_PPROG] & M6811_EELAT))
608 if ((m68hc11_cpu->ios[M6811_PPROG] & M6811_EELAT) == 0)
  /src/external/gpl3/binutils/dist/include/opcode/
m68hc11.h 126 #define M6811_EELAT 0x02 /* EEPROM Latch Control */
  /src/external/gpl3/binutils.old/dist/include/opcode/
m68hc11.h 126 #define M6811_EELAT 0x02 /* EEPROM Latch Control */
  /src/external/gpl3/gdb/dist/include/opcode/
m68hc11.h 126 #define M6811_EELAT 0x02 /* EEPROM Latch Control */
  /src/external/gpl3/gdb.old/dist/include/opcode/
m68hc11.h 126 #define M6811_EELAT 0x02 /* EEPROM Latch Control */

Completed in 27 milliseconds