Home
last modified time | relevance | path

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

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