Home
last modified time | relevance | path

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

/linux-6.1.9/arch/openrisc/kernel/
Dsetup.c357 seq_printf(m, "%s ", cpucfgr & SPR_CPUCFGR_OB32S ? "orbis32" : ""); in show_cpuinfo()
/linux-6.1.9/arch/openrisc/include/asm/
Dspr_defs.h177 #define SPR_CPUCFGR_OB32S 0x00000020 /* ORBIS32 supported */ macro