Searched refs:PVR_MAJ (Results 1 – 3 of 3) sorted by relevance
316 maj = PVR_MAJ(pvr); in show_cpuinfo()323 maj = PVR_MAJ(pvr) + 1; in show_cpuinfo()
901 maj = PVR_MAJ(pvr); in spe_mathemu_init()
1208 #define PVR_MAJ(pvr) (((pvr) >> 4) & 0xF) /* Major revision field */ macro