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

/linux-master/drivers/cpufreq/
H A Dpmac32-cpufreq.c54 static unsigned int low_freq; variable
150 return low_freq;
183 return low_freq;
353 cur_freq = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
408 if (cur_freq == low_freq && !is_pmu_based)
425 do_set_cpu_speed(policy, sleep_freq == low_freq ?
497 low_freq = min(freqs[0], freqs[1]);
505 if (low_freq < 98000000)
506 low_freq = 101000000;
509 low_freq
[all...]
H A Dlongrun.c23 * performance_pctg = (current_freq - low_freq)/(high_freq - low_freq)
151 * @low_freq: an int to put the lowest frequency into
157 * performance_pctg = (target_freq - low_freq)/(high_freq - low_freq)
159 static int longrun_determine_freqs(unsigned int *low_freq, argument
168 if (!low_freq || !high_freq)
183 *low_freq = msr_lo * 1000; /* to kHz */
191 *low_freq, *high_freq);
193 if (*low_freq > *high_fre
[all...]
/linux-master/drivers/media/rc/
H A Dite-cir.c178 unsigned int freq, low_freq, high_freq; local
189 low_freq = dev->rx_low_carrier_freq;
192 if (low_freq == 0) {
199 freq = (low_freq + high_freq) / 2;
203 DIV_ROUND_CLOSEST(10000 * (high_freq - low_freq),
205 * (high_freq + low_freq));
/linux-master/drivers/hwmon/
H A Dadt7470.c784 unsigned int low_freq = ADT7470_CFG_LF; local
794 low_freq = 0;
800 ADT7470_CFG_LF, low_freq);

Completed in 288 milliseconds