Home
last modified time | relevance | path

Searched refs:SPR_DCCFGR (Results 1 – 3 of 3) 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()
H A Dhead.S914 l.mfspr r24,r0,SPR_DCCFGR
/linux/arch/openrisc/include/asm/
H A Dspr_defs.h46 #define SPR_DCCFGR (SPRGROUP_SYS + 5) macro