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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dcpufreq-nforce2.c297 unsigned int fsb_pol_max; local
299 fsb_pol_max = policy->max / (fid * 100);
301 if (policy->min < (fsb_pol_max * fid * 100))
302 policy->max = (fsb_pol_max + 1) * fid * 100;

Completed in 36 milliseconds