Searched refs:L3CR_L3I (Results 1 – 3 of 3) sorted by relevance
184 ccr = l3cr_config & ~(L3CR_L3E | L3CR_L3I | L3CR_L3PE | L3CR_L3CLKEN); in mpc745x_l3_enable()190 mtspr(SPR_L3CR, ccr | L3CR_L3I); in mpc745x_l3_enable()191 while (mfspr(SPR_L3CR) & L3CR_L3I) in mpc745x_l3_enable()
733 mtspr(SPR_L3CR, cache_reg | L3CR_L3I); in flush_disable_caches() 735 while (mfspr(SPR_L3CR) & L3CR_L3I) in flush_disable_caches()
672 #define L3CR_L3I 0x00000400 /* 21: L3 global invalidate */667 #define L3CR_L3I global() macro