Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h483 #define SPRN_L1CFG1 0x204 /* L1 Cache Configuration Register 1 */ macro
737 #define L1CFG1 SPRN_L1CFG1
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h125 #define SPRN_L1CFG1 0x204 /* L1 Cache Configure Register 1 */ macro
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c389 u32 l1cfg1 = mfspr(SPRN_L1CFG1); in ft_fixup_cache()