Home
last modified time | relevance | path

Searched refs:SPRN_IMMR (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
Dmmu-8xx.h188 #define PHYS_IMMR_BASE (mfspr(SPRN_IMMR) & 0xfff80000)
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dhead_8xx.S614 mfspr r0, SPRN_IMMR
807 mfspr r8, SPRN_IMMR
/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/
Dcpm1.c220 if ((mfspr(SPRN_IMMR) & 0xffff) == 0x0900) /* MPC885 */ in cpm_reset()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dreg.h669 #define SPRN_IMMR 0x27E /* Internal Memory Map Register */ macro