HomeSort by relevance Sort by last modified time
    Searched refs:IC_CST (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/powerpc/cpu/mpc8xx/
cache.c 15 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);
start.S 94 mfspr r3, IC_CST /* Clear error bits */
98 mtspr IC_CST, r3
102 mtspr IC_CST, r3
109 mtspr IC_CST, r3
  /external/u-boot/arch/powerpc/include/asm/
cache.h 79 #define IC_CST 560 /* Instruction cache control/status */
114 return mfspr(IC_CST);
119 mtspr(IC_CST, val);

Completed in 74 milliseconds