Searched refs:L1CSR2 (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc85xx/
H A Drelease.S194 mfspr r8, L1CSR2
196 mtspr L1CSR2, r8
202 mtspr L1CSR2,r8
232 mfspr r3,L1CSR2
234 mtspr L1CSR2,r3
244 mfspr r3,L1CSR2
H A Dcpu_init.c707 mtspr(L1CSR2, (mfspr(L1CSR2) | L1CSR2_DCWS));
714 mtspr(L1CSR2, (mfspr(L1CSR2) & ~L1CSR2_DCSTASHID));
723 if (mfspr(L1CSR2) & L1CSR2_DCWS)
H A Dstart.S827 mtspr L1CSR2,r2
/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h731 #define L1CSR2 SPRN_L1CSR2 macro

Completed in 101 milliseconds