Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dcpu.c115 wr_ic_cst(IDC_DISABLE); in checkicache()
133 wr_ic_cst(IDC_DISABLE); in checkicache()
156 wr_dc_cst(IDC_DISABLE); in checkdcache()
171 wr_dc_cst(IDC_DISABLE); in checkdcache()
Dcache.c28 mtspr(IC_CST, IDC_DISABLE); in icache_disable()
46 mtspr(DC_CST, IDC_DISABLE); in dcache_disable()
Dstart.S105 lis r3, IDC_DISABLE@h /* Disable data cache */
/external/u-boot/arch/powerpc/include/asm/
Dcache.h89 #define IDC_DISABLE 0x04000000 /* Cache disable */ macro