Home
last modified time | relevance | path

Searched refs:cache_ctl (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu_init.c593 volatile uint cache_ctl; in l2cache_init() local
600 cache_ctl = l2cache->l2ctl; in l2cache_init()
603 if (cache_ctl & MPC85xx_L2CTL_L2E) { in l2cache_init()
620 l2siz_field = (cache_ctl >> 28) & 0x3; in l2cache_init()
624 printf(" unknown size (0x%08x)\n", cache_ctl); in l2cache_init()
632 cache_ctl = 0xc4000000; in l2cache_init()
635 cache_ctl = 0xc0000000; /* set L2E=1, L2I=1, & L2SRAM=0 */ in l2cache_init()
643 cache_ctl = 0xc8000000; in l2cache_init()
647 cache_ctl = 0xc0000000; in l2cache_init()
653 cache_ctl = 0xc0000000; in l2cache_init()
[all …]