Searched refs:PRID_IMP_MASK (Results 1 – 16 of 16) sorted by relevance
29 andi t1, t0, PRID_IMP_MASK34 andi t0, (PRID_IMP_MASK | PRID_REV_MASK)60 andi t1, t0, PRID_IMP_MASK65 andi t0, (PRID_IMP_MASK | PRID_REV_MASK)88 andi s0, s0, (PRID_IMP_MASK | PRID_REV_MASK)
16 return ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G); in cpu_has_cfg()
164 if ((c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) >= in check_wait()166 (c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in check_wait()
1040 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_legacy()1309 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_mips()1476 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_alchemy()1518 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_sibyte()1536 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_sandcraft()1549 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_nxp()1561 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_broadcom()1596 if ((c->processor_id & PRID_IMP_MASK) == PRID_IMP_BMIPS5200) in cpu_probe_broadcom()1612 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_cavium()1687 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_loongson()[all …]
91 switch (c->processor_id & (PRID_COMP_MASK | PRID_IMP_MASK)) { in cpu_probe()
176 if ((boot_cpu_data.processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64C) in get_loongson3_pmu_type()178 if ((boot_cpu_data.processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G) in get_loongson3_pmu_type()
205 if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64C) { in prom_lefi_init_env()231 } else if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) { in prom_lefi_init_env()233 } else if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G) { in prom_lefi_init_env()
16 return ((c->processor_id & PRID_IMP_MASK) == in is_loongson()139 switch (c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) { in loongson3_cpucfg_synthesize_data()
143 if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in prom_init()
762 prid_imp = read_c0_prid() & PRID_IMP_MASK; in play_dead()
178 switch (read_c0_prid() & PRID_IMP_MASK) { in plat_mem_setup()
225 unsigned int prid = read_c0_prid() & (PRID_COMP_MASK | PRID_IMP_MASK); in plat_time_init()
943 unsigned int imp = c->processor_id & PRID_IMP_MASK; in alias_74k_erratum()1147 if ((c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) >= in probe_pcache()1149 (c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in probe_pcache()1230 if ((prid & PRID_IMP_MASK) == PRID_IMP_R4000 && in probe_pcache()1472 if ((c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in loongson3_sc_init()
305 if ((read_c0_prid() & PRID_IMP_MASK) != PRID_IMP_BMIPS3300_ALT) in bcm63xx_cpu_init()
60 #define PRID_IMP_MASK 0xff00 macro
443 switch (prid & PRID_IMP_MASK) { in cfe_die()
Completed in 25 milliseconds