Searched refs:dccfgr (Results 1 – 1 of 1) sorted by relevance
35 unsigned long iccfgr, dccfgr; in init_cache_level() local44 dccfgr = mfspr(SPR_DCCFGR); in init_cache_level()45 cpuinfo->dcache.ways = 1 << (dccfgr & SPR_DCCFGR_NCW); in init_cache_level()46 cpuinfo->dcache.sets = 1 << ((dccfgr & SPR_DCCFGR_NCS) >> 3); in init_cache_level()47 cpuinfo->dcache.block_size = 16 << ((dccfgr & SPR_DCCFGR_CBS) >> 7); in init_cache_level()
Completed in 3 milliseconds