Searched refs:cpuclk (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ks8695/
H A Dcpu.c57 static unsigned int cpuclk[8] = { 166000000, 166000000, 83000000, 83000000, 55300000, 55300000, 41500000, 41500000 }; variable
64 sysclk[scdc] / 1000000, cpuclk[scdc] / 1000000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4938/toshiba_rbtx4938/
H A Dsetup.c677 int cpuclk = 0; local
711 cpuclk = txx9_gbus_clock * 2; break;
714 cpuclk = txx9_gbus_clock * 5 / 2; break;
717 cpuclk = txx9_gbus_clock * 3; break;
720 cpuclk = txx9_gbus_clock * 4; break;
723 cpuclk = txx9_gbus_clock * 9 / 2; break;
725 txx9_cpu_clock = cpuclk;
731 cpuclk = txx9_cpu_clock;
736 txx9_gbus_clock = cpuclk / 2; break;
739 txx9_gbus_clock = cpuclk *
[all...]

Completed in 70 milliseconds