Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/kernel/
Dsetup-common.c293 maj = PVR_MAJ(pvr); in show_cpuinfo()
/linux-5.19.10/arch/powerpc/math-emu/
Dmath_efp.c897 maj = PVR_MAJ(pvr); in spe_mathemu_init()
/linux-5.19.10/arch/powerpc/include/asm/
Dreg.h1274 #define PVR_MAJ(pvr) (((pvr) >> 4) & 0xF) /* Major revision field */ macro