Searched refs:l2ctl (Results 1 – 5 of 5) sorted by relevance
148 out_be32(&l2cache->l2ctl, in cpu_init_early_f()168 clrbits_be32(&l2cache->l2ctl, in cpu_init_early_f()
602 cache_ctl = l2cache->l2ctl; in l2cache_init()616 clrbits_be32(&l2cache->l2ctl, in l2cache_init()659 if (l2cache->l2ctl & MPC85xx_L2CTL_L2E) { in l2cache_init()663 if (l2cache->l2ctl & MPC85xx_L2CTL_L2SRAM_ENTIRE in l2cache_init()673 l2cache->l2ctl = cache_ctl; /* invalidate & enable */ in l2cache_init()
27 out_be32(&l2cache->l2ctl, in cpu_init_f()
221 volatile u32 l2siz_field = (l2cache->l2ctl >> 28) & 0x3; in l2cache_size()
281 u32 l2ctl; /* L2 configuration 0 */ member