Home
last modified time | relevance | path

Searched refs:IDC_CERR2 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/
H A Dcpu.c119 while (!((m = rd_ic_cst()) & IDC_CERR2)) { in checkicache()
159 while (!((m = rd_dc_cst()) & IDC_CERR2)) { in checkdcache()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dcache.h105 #define IDC_CERR2 0x00100000 /* Cache error 2 */ macro