| /linux/arch/arm/mach-shmobile/ |
| H A D | timer.c | 18 u32 max_freq = 0; in shmobile_init_delay() local 24 max_freq = max(max_freq, freq); in shmobile_init_delay() 27 if (!max_freq) in shmobile_init_delay() 40 preset_lpj = max_freq / HZ; in shmobile_init_delay()
|
| /linux/tools/testing/selftests/intel_pstate/ |
| H A D | run.sh | 97 max_freq=$((_max_freq / 1000)) 100 [ $EVALUATE_ONLY -eq 0 ] && for freq in `seq $max_freq -100 $min_freq` 107 [ $EVALUATE_ONLY -eq 0 ] && cpupower frequency-set -g powersave --max=${max_freq}MHz >& /dev/null 111 echo "The maximum frequency of the cpu is $max_freq MHz" 116 for freq in `seq $max_freq -100 $min_freq` 126 $((max_perf_pct * max_freq))
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_cpufreq_clamp.c | 20 static unsigned int min_freq, max_freq; variable 31 freq = max_freq; in clamp_set() 77 max_freq = policy->cpuinfo.max_freq; in wf_cpufreq_clamp_init() 80 max_freq); in wf_cpufreq_clamp_init()
|
| /linux/drivers/clk/tegra/ |
| H A D | cvb.c | 57 int speedo_value, unsigned long max_freq) in build_opp_table() argument 67 if (!entry->freq || (entry->freq > max_freq)) in build_opp_table() 106 unsigned long max_freq) in tegra_cvb_add_opp_table() argument 121 max_freq); in tegra_cvb_add_opp_table() 130 unsigned long max_freq) in tegra_cvb_remove_opp_table() argument 137 if (!entry->freq || (entry->freq > max_freq)) in tegra_cvb_remove_opp_table()
|
| H A D | cvb.h | 55 unsigned long max_freq); 58 unsigned long max_freq);
|
| H A D | clk-tegra124-dfll-fcpu.c | 696 soc->max_freq = fcpu_data->cpu_max_freq_table[speedo_id]; in tegra124_dfll_fcpu_probe() 701 speedo_value, soc->max_freq); in tegra124_dfll_fcpu_probe() 712 tegra_cvb_remove_opp_table(soc->dev, soc->cvb, soc->max_freq); in tegra124_dfll_fcpu_probe() 731 tegra_cvb_remove_opp_table(soc->dev, soc->cvb, soc->max_freq); in tegra124_dfll_fcpu_remove()
|
| /linux/drivers/memory/ |
| H A D | jedec_ddr_data.c | 35 .max_freq = 200000000, 56 .max_freq = 266666666, 77 .max_freq = 400000000, 98 .max_freq = 533333333,
|
| H A D | jedec_ddr.h | 148 u32 max_freq; member 226 u32 max_freq; member
|
| /linux/drivers/clk/hisilicon/ |
| H A D | clk-hi6220-stub.c | 97 unsigned int max_freq; in hi6220_acpu_round_freq() local 105 regmap_read(stub_clk->dfs_map, ACPU_DFS_FREQ_MAX, &max_freq); in hi6220_acpu_round_freq() 108 max_freq = min(max_freq, limit_freq); in hi6220_acpu_round_freq() 110 if (WARN_ON(freq > max_freq)) in hi6220_acpu_round_freq() 111 freq = max_freq; in hi6220_acpu_round_freq()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | pll.c | 258 info->vco1.max_freq = nvbios_rd32(bios, data + 4); in nvbios_pll_parse() 260 info->vco2.max_freq = nvbios_rd32(bios, data + 12); in nvbios_pll_parse() 304 info->vco1.max_freq = nvbios_rd16(bios, data + 6) * 1000; in nvbios_pll_parse() 306 info->vco2.max_freq = nvbios_rd16(bios, data + 10) * 1000; in nvbios_pll_parse() 333 info->vco1.max_freq = nvbios_rd16(bios, data + 2) * 1000; in nvbios_pll_parse() 335 info->vco2.max_freq = nvbios_rd16(bios, data + 6) * 1000; in nvbios_pll_parse() 357 info->vco1.max_freq = nvbios_rd16(bios, data + 2) * 1000; in nvbios_pll_parse() 371 info->vco1.max_freq = nvbios_rd16(bios, data + 7) * 1000; in nvbios_pll_parse() 405 if (!info->vco1.max_freq) { in nvbios_pll_parse() 406 info->vco1.max_freq = nvbios_rd32(bios, bios->bmp_offset + 67); in nvbios_pll_parse() [all …]
|
| /linux/drivers/thermal/ti-soc-thermal/ |
| H A D | dra752-thermal-data.c | 153 .max_freq = DRA752_MPU_MAX_FREQ, 161 .max_freq = DRA752_GPU_MAX_FREQ, 169 .max_freq = DRA752_CORE_MAX_FREQ, 177 .max_freq = DRA752_DSPEVE_MAX_FREQ, 185 .max_freq = DRA752_IVA_MAX_FREQ,
|
| H A D | omap5-thermal-data.c | 136 .max_freq = OMAP5430_MPU_MAX_FREQ, 146 .max_freq = OMAP5430_GPU_MAX_FREQ, 156 .max_freq = OMAP5430_CORE_MAX_FREQ,
|
| H A D | omap3-thermal-data.c | 42 .max_freq = 32768, 110 .max_freq = 32768,
|
| H A D | omap4-thermal-data.c | 35 .max_freq = OMAP4430_MAX_FREQ, 127 .max_freq = OMAP4460_MAX_FREQ,
|
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate-ut.c | 202 if (!((policy->cpuinfo.max_freq >= cpudata->nominal_freq) && in amd_pstate_ut_check_freq() 207 __func__, cpu, policy->cpuinfo.max_freq, cpudata->nominal_freq, in amd_pstate_ut_check_freq() 219 if ((policy->max != policy->cpuinfo.max_freq) && in amd_pstate_ut_check_freq() 222 __func__, cpu, policy->max, policy->cpuinfo.max_freq, in amd_pstate_ut_check_freq()
|
| H A D | amd-pstate.c | 748 u32 nominal_freq, max_freq; in amd_pstate_cpu_boost_update() local 752 max_freq = perf_to_freq(perf, cpudata->nominal_freq, perf.highest_perf); in amd_pstate_cpu_boost_update() 755 policy->cpuinfo.max_freq = max_freq; in amd_pstate_cpu_boost_update() 756 else if (policy->cpuinfo.max_freq > nominal_freq) in amd_pstate_cpu_boost_update() 757 policy->cpuinfo.max_freq = nominal_freq; in amd_pstate_cpu_boost_update() 759 policy->max = policy->cpuinfo.max_freq; in amd_pstate_cpu_boost_update() 762 ret = freq_qos_update_request(&cpudata->req[1], policy->cpuinfo.max_freq); in amd_pstate_cpu_boost_update() 915 u32 min_freq, max_freq, nominal_freq, lowest_nonlinear_freq; in amd_pstate_init_freq() local 942 max_freq = perf_to_freq(perf, nominal_freq, perf.highest_perf); in amd_pstate_init_freq() 952 if (min_freq <= 0 || max_freq <= 0 || nominal_freq <= 0 || min_freq > max_freq) { in amd_pstate_init_freq() [all …]
|
| H A D | intel_pstate.c | 147 unsigned int max_freq; member 541 if (freq == cpu->pstate.max_freq) in intel_pstate_freq_to_hwp_rel() 592 cpu->pstate.max_freq = rounddown(cpu->pstate.max_pstate * scaling, in intel_pstate_hybrid_hwp_adjust() 1202 cpu->pstate.max_freq = cpu->pstate.max_pstate * scaling; in intel_pstate_get_hwp_cap() 1207 cpu->pstate.max_freq = rounddown(cpu->pstate.max_freq, in intel_pstate_get_hwp_cap() 1473 policy->cpuinfo.max_freq = READ_ONCE(global.no_turbo) ? in __intel_pstate_update_max_freq() 1474 cpudata->pstate.max_freq : cpudata->pstate.turbo_freq; in __intel_pstate_update_max_freq() 2346 cpu->pstate.max_freq = cpu->pstate.max_pstate * perf_ctl_scaling; in intel_pstate_get_cpu_pstates() 2817 cpu->pstate.max_freq : cpu->pstate.turbo_freq; in intel_pstate_get_max_freq() 2887 if (!policy->cpuinfo.max_freq) in intel_pstate_set_policy() [all …]
|
| H A D | imx6q-cpufreq.c | 54 static unsigned int max_freq; variable 196 policy->suspend_freq = max_freq; in imx6q_cpufreq_init() 465 max_freq = freq_table[--num].frequency; in imx6q_cpufreq_probe() 470 opp = dev_pm_opp_find_freq_exact(cpu_dev, max_freq * 1000, true); in imx6q_cpufreq_probe()
|
| /linux/drivers/acpi/ |
| H A D | processor_thermal.c | 93 unsigned long max_freq; in cpufreq_update_thermal_limit() local 100 max_freq = (policy->cpuinfo.max_freq * in cpufreq_update_thermal_limit() 103 ret = freq_qos_update_request(&pr->thermal_req, max_freq); in cpufreq_update_thermal_limit()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | pllnv04.c | 41 int minvco = info->vco1.min_freq, maxvco = info->vco1.max_freq; in getMNP_single() 140 int minvco1 = info->vco1.min_freq, maxvco1 = info->vco1.max_freq; in getMNP_double() 141 int minvco2 = info->vco2.min_freq, maxvco2 = info->vco2.max_freq; in getMNP_double() 232 if (!info->vco2.max_freq || !N2) { in nv04_pll_calc()
|
| /linux/drivers/base/ |
| H A D | arch_topology.c | 135 unsigned long max_freq) in topology_set_freq_scale() argument 140 if (WARN_ON_ONCE(!cur_freq || !max_freq)) in topology_set_freq_scale() 151 scale = (cur_freq << SCHED_CAPACITY_SHIFT) / max_freq; in topology_set_freq_scale() 177 u32 max_freq; in topology_update_hw_pressure() local 182 max_freq = arch_scale_freq_ref(cpu); in topology_update_hw_pressure() 188 if (max_freq <= capped_freq) in topology_update_hw_pressure() 191 capacity = mult_frac(max_capacity, capped_freq, max_freq); in topology_update_hw_pressure() 400 per_cpu(capacity_freq_ref, cpu) = policy->cpuinfo.max_freq; in init_cpu_capacity_callback()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-devfreq | 83 What: /sys/class/devfreq/.../max_freq 87 The /sys/class/devfreq/.../max_freq shows and stores 89 the user does not care. max_freq overrides the 91 The max_freq overrides min_freq because max_freq may be
|
| /linux/drivers/iio/common/cros_ec_sensors/ |
| H A D | cros_ec_sensors_core.c | 55 u32 *max_freq, in get_default_min_max_freq() argument 67 *max_freq = 100000; in get_default_min_max_freq() 71 *max_freq = 100000; in get_default_min_max_freq() 75 *max_freq = 25000; in get_default_min_max_freq() 80 *max_freq = 50000; in get_default_min_max_freq() 84 *max_freq = 20000; in get_default_min_max_freq() 89 *max_freq = 0; in get_default_min_max_freq()
|
| /linux/drivers/clk/ |
| H A D | clk-si570.c | 58 u64 max_freq; member 355 if (rate < SI570_MIN_FREQ || rate > data->info->max_freq) { in si570_set_rate() 497 .max_freq = SI570_MAX_FREQ, 502 .max_freq = SI598_MAX_FREQ,
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-capacity.rst | 42 capacity(cpu) = work_per_hz(cpu) * max_freq(cpu) 93 - max_freq(CPU0) = F 94 - max_freq(CPU1) = 2/3 * F
|