OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M6811_INIT
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/m68hc11/
dv-m68hc11.c
627
val = m68hc11_cpu->ios[
M6811_INIT
];
628
print_io_byte (sd, "INIT ", 0, val, base +
M6811_INIT
);
1026
case
M6811_INIT
:
1028
uint8_t old_bank = m68hc11_cpu->ios[
M6811_INIT
];
1030
m68hc11_cpu->ios[
M6811_INIT
] = val;
m68hc11-sim.h
209
/* Get the IO/RAM base addresses depending on the
M6811_INIT
register. */
211
(((uint16_t)((M68HC11_SIM_CPU (cpu)->ios[
M6811_INIT
]) & 0x0F)) << 12)
213
(((uint16_t)((M68HC11_SIM_CPU (cpu)->ios[
M6811_INIT
]) & 0xF0)) << 8)
m68hc11_sim.c
507
m68hc11_cpu->ios[
M6811_INIT
] = 0x1;
509
m68hc11_cpu->ios[
M6811_INIT
] = 0;
/src/external/gpl3/gdb.old/dist/sim/m68hc11/
dv-m68hc11.c
627
val = m68hc11_cpu->ios[
M6811_INIT
];
628
print_io_byte (sd, "INIT ", 0, val, base +
M6811_INIT
);
1026
case
M6811_INIT
:
1028
uint8_t old_bank = m68hc11_cpu->ios[
M6811_INIT
];
1030
m68hc11_cpu->ios[
M6811_INIT
] = val;
m68hc11-sim.h
209
/* Get the IO/RAM base addresses depending on the
M6811_INIT
register. */
211
(((uint16_t)((M68HC11_SIM_CPU (cpu)->ios[
M6811_INIT
]) & 0x0F)) << 12)
213
(((uint16_t)((M68HC11_SIM_CPU (cpu)->ios[
M6811_INIT
]) & 0xF0)) << 8)
m68hc11_sim.c
507
m68hc11_cpu->ios[
M6811_INIT
] = 0x1;
509
m68hc11_cpu->ios[
M6811_INIT
] = 0;
/src/external/gpl3/binutils/dist/include/opcode/
m68hc11.h
37
of the
M6811_INIT
register. At init time, the I/O registers are
111
#define
M6811_INIT
0x3D /* Ram and I/O mapping register */
/src/external/gpl3/binutils.old/dist/include/opcode/
m68hc11.h
37
of the
M6811_INIT
register. At init time, the I/O registers are
111
#define
M6811_INIT
0x3D /* Ram and I/O mapping register */
/src/external/gpl3/gdb/dist/include/opcode/
m68hc11.h
37
of the
M6811_INIT
register. At init time, the I/O registers are
111
#define
M6811_INIT
0x3D /* Ram and I/O mapping register */
/src/external/gpl3/gdb.old/dist/include/opcode/
m68hc11.h
37
of the
M6811_INIT
register. At init time, the I/O registers are
111
#define
M6811_INIT
0x3D /* Ram and I/O mapping register */
Completed in 44 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026