Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dcache.c15 return !!(mfspr(IC_CST) & IDC_ENABLED); in icache_status()
33 return !!(mfspr(IC_CST) & IDC_ENABLED); in dcache_status()
Dcpu.c107 u32 cacheon = rd_ic_cst() & IDC_ENABLED; in checkicache()
148 u32 cacheon = rd_dc_cst() & IDC_ENABLED; in checkdcache()
/external/u-boot/arch/powerpc/include/asm/
Dcache.h103 #define IDC_ENABLED 0x80000000 /* Cache is enabled */ macro