Home
last modified time | relevance | path

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

/arch/powerpc/sysdev/
Dfsl_85xx_l2ctlr.c110 clrsetbits_be32(&l2ctlr->ctl, L2CR_L2E, L2CR_L2FI); in mpc85xx_l2ctlr_of_probe()
115 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_EIGHTH); in mpc85xx_l2ctlr_of_probe()
120 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_QUART); in mpc85xx_l2ctlr_of_probe()
125 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_HALF); in mpc85xx_l2ctlr_of_probe()
131 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_FULL); in mpc85xx_l2ctlr_of_probe()
/arch/powerpc/platforms/powermac/
Dcache.S135 rlwinm r5,r5,0,~L2CR_L2E
295 rlwinm r3,r3,0,~L2CR_L2E
/arch/powerpc/kernel/
Dcpu_setup_6xx.S264 andis. r3,r3,L2CR_L2E@h
/arch/powerpc/include/asm/
Dreg.h671 #define L2CR_L2E 0x80000000 /* L2 enable */ macro