Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dsetup-common.c316 maj = PVR_MAJ(pvr); in show_cpuinfo()
323 maj = PVR_MAJ(pvr) + 1; in show_cpuinfo()
/arch/powerpc/math-emu/
Dmath_efp.c901 maj = PVR_MAJ(pvr); in spe_mathemu_init()
/arch/powerpc/include/asm/
Dreg.h1208 #define PVR_MAJ(pvr) (((pvr) >> 4) & 0xF) /* Major revision field */ macro