Home
last modified time | relevance | path

Searched refs:IDC_UNALL (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dcpu.c113 wr_ic_cst(IDC_UNALL); in checkicache()
127 wr_ic_cst(IDC_UNALL); in checkicache()
154 wr_dc_cst(IDC_UNALL); in checkdcache()
165 wr_dc_cst(IDC_UNALL); in checkdcache()
Dstart.S97 lis r3, IDC_UNALL@h /* Unlock all */
/external/u-boot/arch/powerpc/include/asm/
Dcache.h92 #define IDC_UNALL 0x0a000000 /* Unlock all */ macro