Searched refs:M6811_INIT (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/m68hc11/
H A Ddv-m68hc11.c632 val = cpu->ios[M6811_INIT];
633 print_io_byte (sd, "INIT ", 0, val, base + M6811_INIT);
1021 case M6811_INIT:
1023 uint8 old_bank = cpu->ios[M6811_INIT];
1025 cpu->ios[M6811_INIT] = val;
H A Dsim-main.h234 /* Get the IO/RAM base addresses depending on the M6811_INIT register. */
236 (((uint16)(((PROC)->ios[M6811_INIT]) & 0x0F))<<12)
238 (((uint16)(((PROC)->ios[M6811_INIT]) & 0xF0))<<8)
H A Dm68hc11_sim.c495 cpu->ios[M6811_INIT] = 0x1;
497 cpu->ios[M6811_INIT] = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/m68hc11/
H A Ddv-m68hc11.c632 val = cpu->ios[M6811_INIT];
633 print_io_byte (sd, "INIT ", 0, val, base + M6811_INIT);
1021 case M6811_INIT:
1023 uint8 old_bank = cpu->ios[M6811_INIT];
1025 cpu->ios[M6811_INIT] = val;
H A Dsim-main.h234 /* Get the IO/RAM base addresses depending on the M6811_INIT register. */
236 (((uint16)(((PROC)->ios[M6811_INIT]) & 0x0F))<<12)
238 (((uint16)(((PROC)->ios[M6811_INIT]) & 0xF0))<<8)
H A Dm68hc11_sim.c495 cpu->ios[M6811_INIT] = 0x1;
497 cpu->ios[M6811_INIT] = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/m68hc11/
H A Ddv-m68hc11.c632 val = cpu->ios[M6811_INIT];
633 print_io_byte (sd, "INIT ", 0, val, base + M6811_INIT);
1021 case M6811_INIT:
1023 uint8 old_bank = cpu->ios[M6811_INIT];
1025 cpu->ios[M6811_INIT] = val;
H A Dsim-main.h234 /* Get the IO/RAM base addresses depending on the M6811_INIT register. */
236 (((uint16)(((PROC)->ios[M6811_INIT]) & 0x0F))<<12)
238 (((uint16)(((PROC)->ios[M6811_INIT]) & 0xF0))<<8)
H A Dm68hc11_sim.c495 cpu->ios[M6811_INIT] = 0x1;
497 cpu->ios[M6811_INIT] = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/opcode/
H A Dm68hc11.h36 of the M6811_INIT register. At init time, the I/O registers are
111 #define M6811_INIT 0x3D /* Ram and I/O mapping register */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/opcode/
H A Dm68hc11.h36 of the M6811_INIT register. At init time, the I/O registers are
111 #define M6811_INIT 0x3D /* Ram and I/O mapping register */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/opcode/
H A Dm68hc11.h36 of the M6811_INIT register. At init time, the I/O registers are
111 #define M6811_INIT 0x3D /* Ram and I/O mapping register */ macro

Completed in 99 milliseconds