Home
last modified time | relevance | path

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

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