Searched refs:l2ctl (Results 1 – 5 of 5) sorted by relevance
147 out_be32(&l2cache->l2ctl, in cpu_init_early_f()167 clrbits_be32(&l2cache->l2ctl, in cpu_init_early_f()
600 cache_ctl = l2cache->l2ctl; in l2cache_init()614 clrbits_be32(&l2cache->l2ctl, in l2cache_init()657 if (l2cache->l2ctl & MPC85xx_L2CTL_L2E) { in l2cache_init()661 if (l2cache->l2ctl & MPC85xx_L2CTL_L2SRAM_ENTIRE in l2cache_init()671 l2cache->l2ctl = cache_ctl; /* invalidate & enable */ in l2cache_init()
26 out_be32(&l2cache->l2ctl, in cpu_init_f()
222 volatile u32 l2siz_field = (l2cache->l2ctl >> 28) & 0x3; in l2cache_size()
280 u32 l2ctl; /* L2 configuration 0 */ member