Searched refs:L3CR_L3E (Results 1 – 4 of 4) sorted by relevance
175 if (ccr & L3CR_L3E) in mpc745x_l3_enable()179 ccr = l3cr_config & ~(L3CR_L3E | L3CR_L3I | L3CR_L3PE | L3CR_L3CLKEN); in mpc745x_l3_enable()194 ccr |= L3CR_L3E; in mpc745x_l3_enable()
626 if (cache_reg & L3CR_L3E) { in flush_disable_caches()634 cache_reg &= ~L3CR_L3E; in flush_disable_caches()
668 #define L3CR_L3E 0x80000000 /* 0: L3 enable */ macro
553 if (mfspr(SPR_L3CR) & L3CR_L3E) in cpu_6xx_print_cacheinfo()