tclock            169 arch/mips/vr41xx/common/bcu.c 	unsigned long tclock = 0;
tclock            174 arch/mips/vr41xx/common/bcu.c 			tclock = pclock / 2;
tclock            176 arch/mips/vr41xx/common/bcu.c 			tclock = pclock / 3;
tclock            178 arch/mips/vr41xx/common/bcu.c 			tclock = pclock / 4;
tclock            181 arch/mips/vr41xx/common/bcu.c 		tclock = pclock / DIVT(clkspeed);
tclock            186 arch/mips/vr41xx/common/bcu.c 		tclock = vtclock / TDIVMODE(clkspeed);
tclock            193 arch/mips/vr41xx/common/bcu.c 	printk(KERN_INFO "TClock: %ldHz\n", tclock);
tclock            195 arch/mips/vr41xx/common/bcu.c 	return tclock;
tclock             28 arch/mips/vr41xx/common/init.c 	unsigned long tclock;
tclock             32 arch/mips/vr41xx/common/init.c 	tclock = vr41xx_get_tclock_frequency();
tclock             35 arch/mips/vr41xx/common/init.c 		mips_hpt_frequency = tclock / 2;
tclock             37 arch/mips/vr41xx/common/init.c 		mips_hpt_frequency = tclock / 4;