Searched refs:L1CSR1_ICFI (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | release.S | 102 lis r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@h 103 ori r2,r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@l
|
D | start.S | 771 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/ |
D | processor.h | 495 #define L1CSR1_ICFI 0x00000002 /* Instruction Cache Flash Invalidate */ macro
|