Searched refs:IMMR (Results 1 – 5 of 5) sorted by relevance
15 - Define the IMMR to 0xf000000095 - The IMMR must be set above the kernel virtual memory addresses,141 space. This is why default IMMR mapping used by most BDM tools 142 won't work. They put the IMMR at something like 0x10000000 or 147 need to do is map the IMMR someplace at or above 0xf0000000 and it 173 0xF0000000-0xF001FFFF 128K IMMR 64K used for dual port memory,180 0xF0000000-0xFFFFFFFF 256M BAT0 (IMMR: dual port RAM, registers)194 0xF0000000-0xF001FFFF n/a IMMR: dual port RAM, registers
360 #define IMMR SPRN_IMMR /* PPC 860/821 Internal Memory Map Register */ macro
613 #define IMMR SPRN_IMMR /* PPC 860/821 Internal Memory Map Register */ macro
652 immap = (immap_t *)(mfspr(IMMR) & 0xFFFF0000); /* and to internal registers */ in scc_enet_init()
1869 if ((mfspr(IMMR) & 0xffff) < 0x0501) in fec_enet_init()