Home
last modified time | relevance | path

Searched refs:IMMR (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/Documentation/powerpc/
DSBC8260_memory_mapping.txt15 - Define the IMMR to 0xf0000000
95 - 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
/linux-2.4.37.9/include/asm-ppc64/
Dprocessor.h360 #define IMMR SPRN_IMMR /* PPC 860/821 Internal Memory Map Register */ macro
/linux-2.4.37.9/include/asm-ppc/
Dprocessor.h613 #define IMMR SPRN_IMMR /* PPC 860/821 Internal Memory Map Register */ macro
/linux-2.4.37.9/arch/ppc/8xx_io/
Denet.c652 immap = (immap_t *)(mfspr(IMMR) & 0xFFFF0000); /* and to internal registers */ in scc_enet_init()
Dfec.c1869 if ((mfspr(IMMR) & 0xffff) < 0x0501) in fec_enet_init()