MVPCONF0_PTC       70 arch/mips/kernel/mips-mt.c 	ntc = ((mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1;
MVPCONF0_PTC      204 arch/mips/kernel/smp-mt.c 	ntc = (mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT;
MVPCONF0_PTC      386 arch/mips/kernel/vpe-mt.c 	hw_tcs = (val & MVPCONF0_PTC) + 1;