Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dlocore.h47 #define MIPS_PRID_CID(x) (((x) >> 16) & 0x00ff) /* Company ID */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c113 cpuinfo->cpu_vendor = MIPS_PRID_CID(prid); in mips_get_identity()