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

  /src/external/gpl3/gdb/dist/sim/m68hc11/
dv-m68hc11eepr.c 212 io_map, M6811_PPROG, 1, me);
263 m68hc11_cpu->ios[M6811_PPROG] = 0;
358 val = m68hc11_cpu->ios[M6811_PPROG];
359 print_io_byte (sd, "PPROG ", pprog_desc, val, base + M6811_PPROG);
425 case M6811_PPROG:
442 if ((m68hc11_cpu->ios[M6811_PPROG] & M6811_EELAT) != 0
489 if (space == io_map && base == M6811_PPROG)
498 wrong_bits = (m68hc11_cpu->ios[M6811_PPROG] ^ val) & val;
512 if ((val & M6811_EEPGM) && !(m68hc11_cpu->ios[M6811_PPROG] & M6811_EELAT))
526 else if (m68hc11_cpu->ios[M6811_PPROG] & M6811_PPROG
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
dv-m68hc11eepr.c 212 io_map, M6811_PPROG, 1, me);
263 m68hc11_cpu->ios[M6811_PPROG] = 0;
358 val = m68hc11_cpu->ios[M6811_PPROG];
359 print_io_byte (sd, "PPROG ", pprog_desc, val, base + M6811_PPROG);
425 case M6811_PPROG:
442 if ((m68hc11_cpu->ios[M6811_PPROG] & M6811_EELAT) != 0
489 if (space == io_map && base == M6811_PPROG)
498 wrong_bits = (m68hc11_cpu->ios[M6811_PPROG] ^ val) & val;
512 if ((val & M6811_EEPGM) && !(m68hc11_cpu->ios[M6811_PPROG] & M6811_EELAT))
526 else if (m68hc11_cpu->ios[M6811_PPROG] & M6811_PPROG
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
m68hc11.h 109 #define M6811_PPROG 0x3B /* EEPROM Programming Control Register */
  /src/external/gpl3/binutils.old/dist/include/opcode/
m68hc11.h 109 #define M6811_PPROG 0x3B /* EEPROM Programming Control Register */
  /src/external/gpl3/gdb/dist/include/opcode/
m68hc11.h 109 #define M6811_PPROG 0x3B /* EEPROM Programming Control Register */
  /src/external/gpl3/gdb.old/dist/include/opcode/
m68hc11.h 109 #define M6811_PPROG 0x3B /* EEPROM Programming Control Register */

Completed in 30 milliseconds