Home
last modified time | relevance | path

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

/linux/arch/openrisc/kernel/
H A Dcacheinfo.c44 dccfgr = mfspr(SPR_DCCFGR); in init_cache_level()
93 this_leaf->attributes = ((mfspr(SPR_DCCFGR) & SPR_DCCFGR_CWS) >> 8) ? in populate_cache_leaves()
/linux/arch/openrisc/include/asm/
H A Dspr_defs.h46 #define SPR_DCCFGR (SPRGROUP_SYS + 5) macro