Searched refs:L2CR_L2I (Results 1 – 3 of 3) sorted by relevance
123 bit = L2CR_L2I; in mpc74xx_l2_enable()133 mtspr(SPR_L2CR, ccr | L2CR_L2I); in mpc74xx_l2_enable()
530 mtspr(SPR_L2CR, cache_reg | L2CR_L2I); in flush_disable_caches()532 while (mfspr(SPR_L2CR) & L2CR_L2I) in flush_disable_caches()
563 #define L2CR_L2I 0x00200000 /* 10: L2 global invalidate. */ macro