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

/drivers/cpufreq/
H A Dlongrun.c24 * performance_pctg = (current_freq - low_freq)/(high_freq - low_freq)
158 * @low_freq: an int to put the lowest frequency into
164 * performance_pctg = (target_freq - low_freq)/(high_freq - low_freq)
166 static int __cpuinit longrun_determine_freqs(unsigned int *low_freq, argument
175 if (!low_freq || !high_freq)
190 *low_freq = msr_lo * 1000; /* to kHz */
198 *low_freq, *high_freq);
200 if (*low_freq > *high_fre
[all...]
/drivers/media/rc/
H A Dite-cir.c229 unsigned int freq, low_freq, high_freq; local
242 low_freq = dev->params.rx_low_carrier_freq;
245 if (low_freq == 0) {
253 freq = (low_freq + high_freq) / 2;
257 DIV_ROUND_CLOSEST(10000 * (high_freq - low_freq),
259 * (high_freq + low_freq));

Completed in 244 milliseconds