Home
last modified time | relevance | path

Searched refs:SPRN_L2CSR0 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Drelease.S255 mtspr SPRN_L2CSR0,r2
257 mfspr r3,SPRN_L2CSR0
269 mtspr SPRN_L2CSR0,r3
272 mfspr r3,SPRN_L2CSR0
H A Dcpu_init.c686 mtspr(SPRN_L2CSR0, (L2CSR0_L2FI|L2CSR0_L2LFC)); in l2cache_init()
687 while (mfspr(SPRN_L2CSR0) & (L2CSR0_L2FI|L2CSR0_L2LFC)) in l2cache_init()
696 mtspr(SPRN_L2CSR0, CONFIG_SYS_INIT_L2CSR0); in l2cache_init()
699 while (!(mfspr(SPRN_L2CSR0) & L2CSR0_L2E)) in l2cache_init()
H A Dstart.S135 mfspr r3, SPRN_L2CSR0
141 mfspr r3, SPRN_L2CSR0
148 mtspr SPRN_L2CSR0,r3
151 mfspr r3, SPRN_L2CSR0
155 mfspr r3, SPRN_L2CSR0
161 mtspr SPRN_L2CSR0,r4
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcpu_setup_fsl_booke.S312 mfspr r3, SPRN_L2CSR0
316 mtspr SPRN_L2CSR0,r3
320 1: mfspr r3,SPRN_L2CSR0
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h500 #define SPRN_L2CSR0 0x3f9 /* L2 Data Cache Control and Status Register 0 */ macro
739 #define L2CSR0 SPRN_L2CSR0
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h178 #define SPRN_L2CSR0 0x3F9 /* L2 Data Cache Control and Status Register 0 */ macro