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()
171 if ((c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) >= in check_wait()173 (c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in check_wait()
1039 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_legacy()1308 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_mips()1475 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_alchemy()1513 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_sibyte()1531 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_sandcraft()1544 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_nxp()1556 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_broadcom()1591 if ((c->processor_id & PRID_IMP_MASK) == PRID_IMP_BMIPS5200) in cpu_probe_broadcom()1605 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_cavium()1677 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_loongson()[all …]
92 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()
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()
190 if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64C) { in prom_lefi_init_env()216 } else if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G) { in prom_lefi_init_env()
125 if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in prom_init()
792 prid_imp = read_c0_prid() & PRID_IMP_MASK; in play_dead()
177 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()
1053 unsigned int imp = c->processor_id & PRID_IMP_MASK; in alias_74k_erratum()1257 if ((c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) >= in probe_pcache()1259 (c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in probe_pcache()1340 if ((prid & PRID_IMP_MASK) == PRID_IMP_R4000 && in probe_pcache()1582 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 24 milliseconds