Searched refs:L3CR_L3E (Results 1 – 4 of 4) sorted by relevance
180 if (ccr & L3CR_L3E) in mpc745x_l3_enable()184 ccr = l3cr_config & ~(L3CR_L3E | L3CR_L3I | L3CR_L3PE | L3CR_L3CLKEN); in mpc745x_l3_enable()199 ccr |= L3CR_L3E; in mpc745x_l3_enable()
722 if (cache_reg & L3CR_L3E) { in flush_disable_caches() 730 cache_reg &= ~L3CR_L3E; in flush_disable_caches()
657 #define L3CR_L3E 0x80000000 /* 0: L3 enable */652 #define L3CR_L3E global() macro
572 if (mfspr(SPR_L3CR) & L3CR_L3E) in cpu_6xx_print_cacheinfo()