Searched refs:PRID_REV_ENCODE_332 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/kernel/
H A Didle.c211 if ((c->processor_id & 0xff) >= PRID_REV_ENCODE_332(2, 1, 0))
H A Dpm-cps.c254 if (revision >= PRID_REV_ENCODE_332(1, 1, 0))
/linux-master/arch/mips/include/asm/
H A Dcpu.h275 #define PRID_REV_ENCODE_332(ver, rev, patch) \ macro
/linux-master/arch/mips/mm/
H A Dc-r4k.c958 if (rev <= PRID_REV_ENCODE_332(2, 4, 0))
960 if (rev == PRID_REV_ENCODE_332(2, 4, 0))
964 if (rev <= PRID_REV_ENCODE_332(1, 1, 0)) {

Completed in 134 milliseconds