Home
last modified time | relevance | path

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

/linux/arch/openrisc/kernel/
H A Dcacheinfo.c35 unsigned long iccfgr, dccfgr; in init_cache_level() local
44 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()