Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Drelease.S102 lis r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@h
103 ori r2,r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@l
Dstart.S771 lis r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@h
772 ori r2,r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@l
931 lis r3,(L1CSR1_ICFI|L1CSR1_ICLFR)@h
932 ori r3,r3,(L1CSR1_ICFI|L1CSR1_ICLFR)@l
1351 ori r0,r0,L1CSR1_ICFI
/external/u-boot/arch/powerpc/include/asm/
Dprocessor.h495 #define L1CSR1_ICFI 0x00000002 /* Instruction Cache Flash Invalidate */ macro