Home
last modified time | relevance | path

Searched refs:L2CSR0_L2LFC (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu_init.c565 out_be32(&l2cache->l2csr0, L2CSR0_L2FI|L2CSR0_L2LFC); in enable_cluster_l2()
567 & (L2CSR0_L2FI|L2CSR0_L2LFC)) != 0) in enable_cluster_l2()
684 mtspr(SPRN_L2CSR0, (L2CSR0_L2FI|L2CSR0_L2LFC)); in l2cache_init()
685 while (mfspr(SPRN_L2CSR0) & (L2CSR0_L2FI|L2CSR0_L2LFC)) in l2cache_init()
Drelease.S265 lis r2,(L2CSR0_L2FI|L2CSR0_L2LFC)@h
266 ori r2,r2,(L2CSR0_L2FI|L2CSR0_L2LFC)@l
Dstart.S718 lis r4, (L2CSR0_L2FI|L2CSR0_L2LFC)@h
719 ori r4, r4, (L2CSR0_L2FI|L2CSR0_L2LFC)@l
/external/u-boot/arch/powerpc/include/asm/
Dprocessor.h519 #define L2CSR0_L2LFC 0x00000400 /* L2 Cache Lock Flash Clear */ macro