Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dstart.S731 lis r4, (L2CSR0_L2PE)@h
732 ori r4, r4, (L2CSR0_L2PE)@l
743 lis r4, (L2CSR0_L2E|L2CSR0_L2PE)@h
Dcpu_init.c569 out_be32(&l2cache->l2csr0, L2CSR0_L2E|L2CSR0_L2PE|L2CSR0_L2REP_MODE); in enable_cluster_l2()
/external/u-boot/arch/powerpc/include/asm/
Dprocessor.h502 #define L2CSR0_L2PE 0x40000000 /* L2 Cache Parity/ECC Enable */ macro