Home
last modified time | relevance | path

Searched refs:L2CR_L2FI (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/powerpc/sysdev/
Dfsl_85xx_l2ctlr.c127 clrsetbits_be32(&l2ctlr->ctl, L2CR_L2E, L2CR_L2FI); in mpc85xx_l2ctlr_of_probe()
132 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_EIGHTH); in mpc85xx_l2ctlr_of_probe()
137 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_QUART); in mpc85xx_l2ctlr_of_probe()
142 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_HALF); in mpc85xx_l2ctlr_of_probe()
148 L2CR_L2E | L2CR_L2FI | L2CR_SRAM_FULL); in mpc85xx_l2ctlr_of_probe()
Dfsl_85xx_cache_ctlr.h26 #define L2CR_L2FI 0x40000000 /* L2 flash invalidate */ macro