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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dgx-suspmod.c46 * on_duration = off_duration * (stock_freq - freq) / freq
48 * off_duration = (freq * DURATION) / stock_freq
124 static int stock_freq; variable
217 return stock_freq;
219 return (stock_freq * gx_params->off_duration)
234 int old_tmp_freq = stock_freq;
241 tmp_off = ((khz * i) / stock_freq) & 0xff;
243 tmp_freq = (stock_freq * tmp_off) / i;
282 if (new_khz != stock_freq) {
350 if (!stock_freq || !polic
[all...]
H A Dp4-clockmod.c54 static unsigned int stock_freq; variable
123 freqs.new = stock_freq * p4clockmod_table[newstate].index / 8;
229 stock_freq = cpufreq_p4_get_frequency(c);
230 if (!stock_freq)
238 p4clockmod_table[i].frequency = (stock_freq * i)/8;
247 policy->cur = stock_freq;
272 return stock_freq * l / 8;
274 return stock_freq;

Completed in 34 milliseconds