Home
last modified time | relevance | path

Searched refs:PVR_MAJ (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h63 #define PVR_MAJ(pvr) (((pvr) >> 4) & 0xF) /* Major revision field */ macro
/linux/arch/powerpc/kernel/
H A Dsetup-common.c293 maj = PVR_MAJ(pvr); in show_cpuinfo()
/linux/arch/powerpc/math-emu/
H A Dmath_efp.c901 maj = PVR_MAJ(pvr); in spe_mathemu_init()
/linux/arch/powerpc/include/asm/
H A Dreg.h1262 #define PVR_MAJ(pvr) (((pvr) >> 4) & 0xF) /* Major revision field */ macro