Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds