Searched refs:IC_CST (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcache.c15 return !!(mfspr(IC_CST) & IDC_ENABLED);
21 mtspr(IC_CST, IDC_INVALL);
22 mtspr(IC_CST, IDC_ENABLE);
28 mtspr(IC_CST, IDC_DISABLE);
33 return !!(mfspr(IC_CST) & IDC_ENABLED);
H A Dstart.S90 mfspr r3, IC_CST /* Clear error bits */
94 mtspr IC_CST, r3
98 mtspr IC_CST, r3
105 mtspr IC_CST, r3
/u-boot/arch/powerpc/include/asm/
H A Dcache.h70 #define IC_CST 560 /* Instruction cache control/status */ macro
105 return mfspr(IC_CST);
110 mtspr(IC_CST, val);

Completed in 44 milliseconds