Searched refs:MIPS_PRID_CID (Results 1 – 4 of 4) sorted by relevance
1168 if (MIPS_PRID_CID(cpu_id) != ct->cpu_cid || in mips_vector_init()1188 if (MIPS_PRID_CID(cpu_id) != 0) { in mips_vector_init()1517 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_CAVIUM) { in cpu_identify()1524 if (MIPS_PRID_CID(fpu_id) == fputab[i].cpu_cid && in cpu_identify()1540 switch (MIPS_PRID_CID(cpu_id)) { in cpu_identify()1570 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC) in cpu_identify()1581 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC) in cpu_identify()1592 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC && in cpu_identify()
196 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC) in mips_config_cache()198 else if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_MICROSOFT) in mips_config_cache()202 if (MIPS_PRID_CID(cpu_id) != MIPS_PRID_CID_PREHISTORIC) in mips_config_cache()1084 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_CAVIUM) { in mips_config_cache_modern()1343 switch (MIPS_PRID_CID(cpu_id)) { in mips_config_cache_modern()
172 const u_int cid = MIPS_PRID_CID(mips_options.mips_cpu_id); in atheros_set_platformsw()
736 #define MIPS_PRID_CID(x) (((x) >> 16) & 0x00ff) /* Company ID */ macro