Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dcache.c22 mtspr(IC_CST, IDC_ENABLE); in icache_enable()
40 mtspr(DC_CST, IDC_ENABLE); in dcache_enable()
Dcpu.c131 wr_ic_cst(IDC_ENABLE); in checkicache()
169 wr_dc_cst(IDC_ENABLE); in checkdcache()
Dstart.S108 lis r3, IDC_ENABLE@h /* Enable instruction cache */
/external/u-boot/arch/powerpc/include/asm/
Dcache.h88 #define IDC_ENABLE 0x02000000 /* Cache enable */ macro