Searched refs:MIPS_PRID_REV (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/mips/include/
H A Dlocore.h727 #define MIPS_PRID_REV(x) (((x) >> 0) & 0x00ff) macro
732 #define MIPS_PRID_REV_MIN(x) ((MIPS_PRID_REV(x) >> 0) & 0x0f)
733 #define MIPS_PRID_REV_MAJ(x) ((MIPS_PRID_REV(x) >> 4) & 0x0f)
/netbsd-current/sys/arch/hpcmips/tx/
H A Dtx39.c118 model = MIPS_PRID_REV(mips_options.mips_cpu_id);
/netbsd-current/sys/arch/mips/mips/
H A Dmips_machdep.c1172 MIPS_PRID_REV(cpu_id) != ct->cpu_rev)
1574 aprint_normal(" Rev. %d", MIPS_PRID_REV(cpu_id));
1585 aprint_normal(" Rev. %d", MIPS_PRID_REV(fpu_id));
/netbsd-current/sys/arch/mips/rmi/
H A Drmixl_pcie.c595 rev = MIPS_PRID_REV(cpu_id);

Completed in 202 milliseconds