Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/
H A Dcache.c23 mtspr(IC_CST, IDC_ENABLE); in icache_enable()
41 mtspr(DC_CST, IDC_ENABLE); in dcache_enable()
H A Dcpu.c132 wr_ic_cst(IDC_ENABLE); in checkicache()
170 wr_dc_cst(IDC_ENABLE); in checkdcache()
H A Dstart.S109 lis r3, IDC_ENABLE@h /* Enable instruction cache */
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dcache.h88 #define IDC_ENABLE 0x02000000 /* Cache enable */ macro