Home
last modified time | relevance | path

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

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