Home
last modified time | relevance | path

Searched refs:L1CSR1_ICLFR (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
/external/u-boot/arch/powerpc/include/asm/
Dprocessor.h494 #define L1CSR1_ICLFR 0x00000100 /* I-Cache Lock Flash Reset */ macro