Searched refs:iccfgr (Results 1 – 1 of 1) sorted by relevance
35 unsigned long iccfgr, dccfgr; in init_cache_level() local59 iccfgr = mfspr(SPR_ICCFGR); in init_cache_level()60 cpuinfo->icache.ways = 1 << (iccfgr & SPR_ICCFGR_NCW); in init_cache_level()61 cpuinfo->icache.sets = 1 << ((iccfgr & SPR_ICCFGR_NCS) >> 3); in init_cache_level()62 cpuinfo->icache.block_size = 16 << ((iccfgr & SPR_ICCFGR_CBS) >> 7); in init_cache_level()
Completed in 4 milliseconds