Home
last modified time | relevance | path

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

/linux-5.19.10/arch/openrisc/kernel/
Dsetup.c192 cpuinfo->dcache_block_size = 16 << ((dccfgr & SPR_DCCFGR_CBS) >> 7); in setup_cpuinfo()
Dhead.S913 l.andi r26,r24,SPR_DCCFGR_CBS
/linux-5.19.10/arch/openrisc/include/asm/
Dspr_defs.h322 #define SPR_DCCFGR_CBS 0x00000080 macro