Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dprocessor.h483 #define SPRN_L1CFG1 0x204 /* L1 Cache Configuration Register 1 */ macro
737 #define L1CFG1 SPRN_L1CFG1
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dfdt.c389 u32 l1cfg1 = mfspr(SPRN_L1CFG1); in ft_fixup_cache()