Searched refs:PRID_REV_ENCODE_332 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/mips/kernel/ |
D | idle.c | 218 if ((c->processor_id & 0xff) >= PRID_REV_ENCODE_332(2, 1, 0)) in check_wait()
|
D | pm-cps.c | 262 if (revision >= PRID_REV_ENCODE_332(1, 1, 0)) in cps_gen_flush_fsb()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | cpu.h | 252 #define PRID_REV_ENCODE_332(ver, rev, patch) \ macro
|
/linux-4.4.14/arch/mips/mm/ |
D | c-r4k.c | 917 if (rev <= PRID_REV_ENCODE_332(2, 4, 0)) in alias_74k_erratum() 919 if (rev == PRID_REV_ENCODE_332(2, 4, 0)) in alias_74k_erratum() 923 if (rev <= PRID_REV_ENCODE_332(1, 1, 0)) { in alias_74k_erratum()
|