Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dcpu.c107 u32 cacheon = rd_ic_cst() & IDC_ENABLED; in checkicache()
118 while (!((m = rd_ic_cst()) & IDC_CERR2)) { in checkicache()
/external/u-boot/arch/powerpc/include/asm/
Dcache.h112 static inline uint rd_ic_cst(void) in rd_ic_cst() function