Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h617 #define L2CSR0_L2PE 0x40000000 /* L2 Cache Parity/ECC Enable */ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S732 lis r4, (L2CSR0_L2PE)@h
733 ori r4, r4, (L2CSR0_L2PE)@l
744 lis r4, (L2CSR0_L2E|L2CSR0_L2PE)@h
H A Dcpu_init.c571 out_be32(&l2cache->l2csr0, L2CSR0_L2E|L2CSR0_L2PE|L2CSR0_L2REP_MODE); in enable_cluster_l2()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h502 #define L2CSR0_L2PE 0x40000000 /* L2 Cache Parity/ECC Enable */ macro