Searched refs:PRID_COMP_MASK (Results 1 – 6 of 6) sorted by relevance
54 int comp = (prid & PRID_COMP_MASK) != PRID_COMP_LEGACY; in can_use_mips_counter()
31 #define PRID_COMP_MASK 0xff0000 macro
24 unsigned int prid = read_c0_prid() & (PRID_COMP_MASK | PRID_IMP_MASK); in estimate_cpu_frequency()
190 unsigned int prid = read_c0_prid() & (PRID_COMP_MASK | PRID_IMP_MASK); in plat_time_init()
681 switch (read_c0_prid() & (PRID_OPT_MASK | PRID_COMP_MASK)) { in alchemy_get_cputype()
1623 switch (c->processor_id & PRID_COMP_MASK) { in cpu_probe()