Searched refs:PRID_REV_ENCODE_332 (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/mips/kernel/ |
| H A D | idle.c | 204 if ((c->processor_id & 0xff) >= PRID_REV_ENCODE_332(2, 1, 0)) in check_wait()
|
| /linux/arch/mips/include/asm/ |
| H A D | cpu.h | 274 #define PRID_REV_ENCODE_332(ver, rev, patch) \ macro
|
| /linux/arch/mips/mm/ |
| H A D | c-r4k.c | 958 if (rev <= PRID_REV_ENCODE_332(2, 4, 0)) in alias_74k_erratum() 960 if (rev == PRID_REV_ENCODE_332(2, 4, 0)) in alias_74k_erratum() 964 if (rev <= PRID_REV_ENCODE_332(1, 1, 0)) { in alias_74k_erratum()
|