Home
last modified time | relevance | path

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

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