Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h125 #define SPRN_L1CFG1 0x204 /* L1 Cache Configure Register 1 */ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c388 u32 l1cfg1 = mfspr(SPRN_L1CFG1); in ft_fixup_cache()