Home
last modified time | relevance | path

Searched refs:SPRN_L2CFG0 (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/powerpc/include/asm/
Dprocessor.h484 #define SPRN_L2CFG0 0x207 /* L2 Cache Configuration Register 0 */ macro
738 #define L2CFG0 SPRN_L2CFG0
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dfdt.c295 u32 l2cfg0 = mfspr(SPRN_L2CFG0); in ft_fixup_l2cache()
Dcpu_init.c681 u32 l2cfg0 = mfspr(SPRN_L2CFG0); in l2cache_init()