Searched refs:L2CR_L2I (Results 1 – 3 of 3) sorted by relevance
153 bit = L2CR_L2I; in mpc74xx_l2_enable()163 mtspr(SPR_L2CR, ccr | L2CR_L2I); in mpc74xx_l2_enable()
714 mtspr(SPR_L2CR, cache_reg | L2CR_L2I); in flush_disable_caches() 716 while (mfspr(SPR_L2CR) & L2CR_L2I) in flush_disable_caches()
637 #define L2CR_L2I 0x00200000 /* 10: L2 global invalidate. */632 #define L2CR_L2I global() macro