Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dcpu.c148 u32 cacheon = rd_dc_cst() & IDC_ENABLED; in checkdcache()
158 while (!((m = rd_dc_cst()) & IDC_CERR2)) { in checkdcache()
/external/u-boot/arch/powerpc/include/asm/
Dcache.h127 static inline uint rd_dc_cst(void) in rd_dc_cst() function