Searched refs:PVR_VER (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dinit_32.c129 if (PVR_VER(mfspr(SPRN_PVR)) == 1)
132 if (PVR_VER(mfspr(SPRN_PVR)) == 0x50)
H A Dppc_mmu_32.c127 if (PVR_VER(mfspr(SPRN_PVR)) != 1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup-common.c268 if (PVR_VER(pvr) & 0x8000) {
269 switch (PVR_VER(pvr)) {
285 switch (PVR_VER(pvr)) {
302 maj, min, PVR_VER(pvr), PVR_REV(pvr));
H A Dbtext.c82 if (PVR_VER(mfspr(SPRN_PVR)) != 1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c665 PVR_VER(mfspr(SPRN_PVR)) == 0x8003) {
699 else if (PVR_VER(mfspr(SPRN_PVR)) == 0x7000)
H A Dsetup.c283 pvr = PVR_VER(mfspr(SPRN_PVR));
H A Dsmp.c273 if (PVR_VER(mfspr(SPRN_PVR)) == 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dreg.h800 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
803 #define __is_processor(pv) (PVR_VER(mfspr(SPRN_PVR)) == (pv))

Completed in 195 milliseconds