[go: nahoru, domu]

Searched defs:max_freq (Results 1 - 25 of 29) sorted by relevance

12

/drivers/cpufreq/
H A Dppc_cbe_cpufreq.c72 u32 max_freq; local
100 max_freq = *max_freqp / 1000;
102 pr_debug("max clock-frequency is at %u kHz\n", max_freq);
107 pos->frequency = max_freq / pos->driver_data;
H A Delanfreq.c35 static int max_freq; variable
158 if (!max_freq)
159 max_freq = elanfreq_get_cpu_frequency(0);
163 if (pos->frequency > max_freq)
183 * max_freq module parameter instead.
187 max_freq = simple_strtoul(str, &str, 0);
188 printk(KERN_WARNING "You're using the deprecated elanfreq command line option. Use elanfreq.max_freq instead, please!\n");
224 module_param(max_freq, int, 0444);
H A Dfreq_table.c26 unsigned int max_freq = 0; local
39 if (freq > max_freq)
40 max_freq = freq;
44 policy->max = policy->cpuinfo.max_freq = max_freq;
H A Dpasemi-cpufreq.c141 u32 max_freq; local
195 max_freq = *max_freqp / 1000;
197 pr_debug("max clock-frequency is at %u kHz\n", max_freq);
H A Dppc-corenet-cpufreq.c106 unsigned int freq, max_freq; local
109 max_freq = freq_table[i].frequency;
114 freq <= max_freq)
117 max_freq = freq;
H A Dmaple-cpufreq.c161 unsigned long max_freq; local
213 max_freq = (*valp)/1000;
214 maple_cpu_freqs[0].frequency = max_freq;
215 maple_cpu_freqs[1].frequency = max_freq/2;
H A Dspeedstep-centrino.c65 unsigned max_freq; /* max clock in kHz */ member in struct:cpu_model
201 .max_freq = (max)*1000, \
262 model->model_name, model->max_freq);
H A Darm_big_little.c82 u32 max_freq = 0, cpu_freq; local
88 (max_freq < cpu_freq))
89 max_freq = cpu_freq;
93 max_freq);
95 return max_freq;
242 uint32_t max_freq = 0; local
244 if (pos->frequency > max_freq)
245 max_freq = pos->frequency;
246 return max_freq;
H A Dpmac64-cpufreq.c344 unsigned long max_freq; local
437 max_freq = (*valp)/1000;
438 g5_cpu_freqs[0].frequency = max_freq;
439 g5_cpu_freqs[1].frequency = max_freq/2;
485 u64 max_freq, min_freq, ih, il; local
575 max_freq = (*valp)/1000;
594 min_freq = (max_freq * il) / ih;
597 if (min_freq >= max_freq || min_freq < 1000) {
602 g5_cpu_freqs[0].frequency = max_freq;
H A Dcpufreq_interactive.c521 unsigned int max_freq = 0; local
537 if (pjcpu->target_freq > max_freq) {
538 max_freq = pjcpu->target_freq;
540 } else if (pjcpu->target_freq == max_freq) {
549 if (max_freq != pcpu->policy->cur) {
551 max_freq,
/drivers/macintosh/
H A Dwindfarm_cpufreq_clamp.c23 unsigned long max_freq; local
28 max_freq = clamped ? (p->cpuinfo.min_freq) : (p->cpuinfo.max_freq);
29 cpufreq_verify_within_limits(p, 0, max_freq);
/drivers/acpi/
H A Dprocessor_thermal.c90 unsigned long max_freq = 0; local
95 max_freq = (
96 policy->cpuinfo.max_freq *
100 cpufreq_verify_within_limits(policy, 0, max_freq);
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
H A Dpll.h67 u32 max_freq; member in struct:nvbios_pll::__anon848
/drivers/thermal/
H A Dcpu_cooling.c314 unsigned long max_freq = 0; local
331 max_freq = cpufreq_dev->cpufreq_val;
333 if (policy->max != max_freq)
334 cpufreq_verify_within_limits(policy, 0, max_freq);
453 max = policy.cpuinfo.max_freq;
456 max != policy.cpuinfo.max_freq)
/drivers/clk/
H A Dclk-si570.c65 * @max_freq: Maximum frequency for this device
77 u64 max_freq; member in struct:clk_si570
348 if (rate < SI570_MIN_FREQ || rate > data->max_freq) {
437 data->max_freq = SI570_MAX_FREQ;
439 data->max_freq = SI598_MAX_FREQ;
/drivers/media/dvb-frontends/
H A Ddib0090.h31 u16 max_freq; /* for every frequency less than or equal to that field: this information is correct */ member in struct:dib0090_wbd_slope
H A Ddib0070.c270 u32 max_freq; /* for every frequency less than or equal to that field: this information is correct */ member in struct:dib0070_tuning
281 u32 max_freq; /* for every frequency less than or equal to that field: this information is correct */ member in struct:dib0070_lna_match
376 while (freq > tune->max_freq) /* find the right one */
378 while (freq > lna_match->max_freq) /* find the right one */
H A Ddib0090.c114 u32 max_freq; /* for every frequency less than or equal to that field: this information is correct */ member in struct:dib0090_tuning
125 u32 max_freq; /* for every frequency less than or equal to that field: this information is correct */ member in struct:dib0090_pll
1340 while (f_MHz > wbd->max_freq)
1343 dprintk("using wbd-table-entry with max freq %d", wbd->max_freq);
1785 while (state->current_rf / 1000 > wbd->max_freq)
2066 while (state->rf_request > tune->max_freq)
2356 while (state->rf_request > tune->max_freq)
2358 while (state->rf_request > pll->max_freq)
2467 while (state->current_rf / 1000 > wbd->max_freq)
/drivers/spi/
H A Dspi-ti-qspi.c423 u32 max_freq; local
528 if (!of_property_read_u32(np, "spi-max-frequency", &max_freq))
529 qspi->spi_max_frequency = max_freq;
H A Dspi-dw.h107 u32 max_freq; /* max bus freq supported */ member in struct:dw_spi
H A Dspi-qup.c492 u32 max_freq, iomode; local
514 if (of_property_read_u32(dev->of_node, "spi-max-frequency", &max_freq))
515 max_freq = SPI_MAX_RATE;
517 if (!max_freq || max_freq > SPI_MAX_RATE) {
518 dev_err(dev, "invalid clock frequency %d\n", max_freq);
552 master->max_speed_hz = max_freq;
H A Dspi-rockchip.c174 u32 max_freq; member in struct:rockchip_spi
514 if (rs->max_freq < 2 * rs->speed) {
516 rs->max_freq = clk_get_rate(rs->spiclk);
520 div = max_t(u32, rs->max_freq / rs->speed, 1);
664 rs->max_freq = clk_get_rate(rs->spiclk);
/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.h174 * @max_freq: sensor maximum clock rate
191 u32 max_freq; member in struct:temp_sensor_data
/drivers/scsi/ufs/
H A Dufshcd.h211 * @max_freq: maximum frequency supported by the clock
220 u32 max_freq; member in struct:ufs_clk_info
/drivers/mmc/host/
H A Domap_hsmmc.c1964 u32 bus_width, max_freq; local
1997 if (!of_property_read_u32(np, "max-frequency", &max_freq))
1998 pdata->max_freq = max_freq;
2098 if (pdata->max_freq > 0)
2099 mmc->f_max = pdata->max_freq;

Completed in 406 milliseconds

12