Home
last modified time | relevance | path

Searched refs:MIPS_PRID_REV (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dlocore.h38 #define MIPS_PRID_REV(x) (((x) >> 0) & 0x00ff) macro
43 #define MIPS_PRID_REV_MIN(x) ((MIPS_PRID_REV(x) >> 0) & 0x0f)
44 #define MIPS_PRID_REV_MAJ(x) ((MIPS_PRID_REV(x) >> 4) & 0x0f)
/f-stack/freebsd/mips/mips/
H A Dcpu.c114 cpuinfo->cpu_rev = MIPS_PRID_REV(prid); in mips_get_identity()