Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dsetup-common.c286 min = PVR_MIN(pvr); in show_cpuinfo()
290 min = PVR_MIN(pvr); in show_cpuinfo()
297 min = PVR_MIN(pvr); in show_cpuinfo()
/linux-3.4.99/arch/powerpc/include/asm/
Dreg.h949 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro
/linux-3.4.99/arch/powerpc/math-emu/
Dmath_efp.c742 min = PVR_MIN(pvr); in spe_mathemu_init()