Home
last modified time | relevance | path

Searched refs:prid (Results 1 – 7 of 7) sorted by relevance

/arch/mips/include/asm/
A Dtimex.h52 static inline int can_use_mips_counter(unsigned int prid) in can_use_mips_counter() argument
54 int comp = (prid & PRID_COMP_MASK) != PRID_COMP_LEGACY; in can_use_mips_counter()
66 prid > (PRID_IMP_R4000 | PRID_REV_ENCODE_44(15, 15)))) in can_use_mips_counter()
A Dkvm_host.h656 __BUILD_KVM_RW_SW(prid, 32, MIPS_CP0_PRID, 0)
/arch/mips/mti-malta/
A Dmalta-time.c225 unsigned int prid = read_c0_prid() & (PRID_COMP_MASK | PRID_IMP_MASK); in plat_time_init() local
232 if ((prid != (PRID_COMP_MIPS | PRID_IMP_20KC)) && in plat_time_init()
233 (prid != (PRID_COMP_MIPS | PRID_IMP_25KF))) in plat_time_init()
/arch/mips/sgi-ip30/
A Dip30-smp.c31 u32 prid; member
91 i, mpc->prid, mpc->physid, mpc->virtid); in ip30_smp_setup()
/arch/mips/fw/cfe/
A Dcfe_api.c423 unsigned int prid, __maybe_unused rev; in cfe_die() local
436 prid = read_c0_prid(); in cfe_die()
437 if ((prid & PRID_COMP_MASK) != PRID_COMP_BROADCOM) in cfe_die()
440 rev = prid & PRID_REV_MASK; in cfe_die()
443 switch (prid & PRID_IMP_MASK) { in cfe_die()
/arch/xtensa/kernel/
A Dhead.S210 rsr a2, prid
329 rsr a0, prid
/arch/mips/mm/
A Dc-r4k.c998 unsigned int prid = read_c0_prid(); in probe_pcache() local
1107 if (prid & 0x3) in probe_pcache()
1115 if (prid & 0x3) in probe_pcache()
1230 if ((prid & PRID_IMP_MASK) == PRID_IMP_R4000 && in probe_pcache()
1231 (prid & PRID_REV_MASK) < PRID_REV_R4400 && in probe_pcache()

Completed in 31 milliseconds