Home
last modified time | relevance | path

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

/linux-5.19.10/arch/openrisc/kernel/
Dsetup.c359 seq_printf(m, "%s ", cpucfgr & SPR_CPUCFGR_OF32S ? "orfpx32" : ""); in show_cpuinfo()
/linux-5.19.10/arch/openrisc/include/asm/
Dspr_defs.h179 #define SPR_CPUCFGR_OF32S 0x00000080 /* ORFPX32 supported */ macro