Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dcache.c21 mtspr(IC_CST, IDC_INVALL); in icache_enable()
39 mtspr(DC_CST, IDC_INVALL); in dcache_enable()
47 mtspr(DC_CST, IDC_INVALL); in dcache_disable()
Dcpu.c114 wr_ic_cst(IDC_INVALL); in checkicache()
128 wr_ic_cst(IDC_INVALL); in checkicache()
155 wr_dc_cst(IDC_INVALL); in checkdcache()
166 wr_dc_cst(IDC_INVALL); in checkdcache()
Dstart.S101 lis r3, IDC_INVALL@h /* Invalidate all */
/external/u-boot/arch/powerpc/include/asm/
Dcache.h93 #define IDC_INVALL 0x0c000000 /* Invalidate all */ macro