Searched refs:L2CR_L2FI (Results 1 – 2 of 2) sorted by relevance
127 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()
26 #define L2CR_L2FI 0x40000000 /* L2 flash invalidate */ macro