Home
last modified time | relevance | path

Searched refs:L2CSR0_L2FI (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c567 out_be32(&l2cache->l2csr0, L2CSR0_L2FI|L2CSR0_L2LFC); in enable_cluster_l2()
569 & (L2CSR0_L2FI|L2CSR0_L2LFC)) != 0) in enable_cluster_l2()
686 mtspr(SPRN_L2CSR0, (L2CSR0_L2FI|L2CSR0_L2LFC)); in l2cache_init()
687 while (mfspr(SPRN_L2CSR0) & (L2CSR0_L2FI|L2CSR0_L2LFC)) in l2cache_init()
H A Drelease.S253 lis r2,(L2CSR0_L2FI|L2CSR0_L2LFC)@h
254 ori r2,r2,(L2CSR0_L2FI|L2CSR0_L2LFC)@l
H A Dstart.S719 lis r4, (L2CSR0_L2FI|L2CSR0_L2LFC)@h
720 ori r4, r4, (L2CSR0_L2FI|L2CSR0_L2LFC)@l
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h620 #define L2CSR0_L2FI 0x00200000 /* L2 Cache Flash Invalidate */ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h505 #define L2CSR0_L2FI 0x00200000 /* L2 Cache Flash Invalidate */ macro