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