Home
last modified time | relevance | path

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

/openbmc/linux/arch/openrisc/kernel/
H A Dsetup.c104 version = (vr & SPR_VR_VER) >> 24; in print_cpuinfo()
318 version = (vr & SPR_VR_VER) >> 24; in show_cpuinfo()
/openbmc/linux/arch/openrisc/include/asm/
H A Dspr_defs.h137 #define SPR_VR_VER 0xff000000 /* Processor version */ macro