Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dsetup-common.c296 min = PVR_MIN(pvr); in show_cpuinfo()
300 min = PVR_MIN(pvr); in show_cpuinfo()
307 min = PVR_MIN(pvr); in show_cpuinfo()
/arch/powerpc/math-emu/
Dmath_efp.c902 min = PVR_MIN(pvr); in spe_mathemu_init()
/arch/powerpc/include/asm/
Dreg.h1097 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro