/linux-4.1.27/arch/arm/mach-shmobile/ |
D | timer.c | 44 u32 max_freq = 0; in shmobile_init_delay() local 54 max_freq = max(max_freq, freq); in shmobile_init_delay() 70 if (!max_freq) in shmobile_init_delay() 87 shmobile_setup_delay_hz(max_freq, 1, 3); in shmobile_init_delay() 89 shmobile_setup_delay_hz(max_freq, 2, 4); in shmobile_init_delay()
|
/linux-4.1.27/drivers/cpufreq/ |
D | elanfreq.c | 35 static int max_freq; variable 158 if (!max_freq) in elanfreq_cpu_init() 159 max_freq = elanfreq_get_cpu_frequency(0); in elanfreq_cpu_init() 163 if (pos->frequency > max_freq) in elanfreq_cpu_init() 187 max_freq = simple_strtoul(str, &str, 0); in elanfreq_setup() 224 module_param(max_freq, int, 0444);
|
D | ppc_cbe_cpufreq.c | 72 u32 max_freq; in cbe_cpufreq_cpu_init() local 100 max_freq = *max_freqp / 1000; in cbe_cpufreq_cpu_init() 102 pr_debug("max clock-frequency is at %u kHz\n", max_freq); in cbe_cpufreq_cpu_init() 107 pos->frequency = max_freq / pos->driver_data; in cbe_cpufreq_cpu_init()
|
D | pmac64-cpufreq.c | 344 unsigned long max_freq; in g5_neo2_cpufreq_init() local 437 max_freq = (*valp)/1000; in g5_neo2_cpufreq_init() 438 g5_cpu_freqs[0].frequency = max_freq; in g5_neo2_cpufreq_init() 439 g5_cpu_freqs[1].frequency = max_freq/2; in g5_neo2_cpufreq_init() 485 u64 max_freq, min_freq, ih, il; in g5_pm72_cpufreq_init() local 575 max_freq = (*valp)/1000; in g5_pm72_cpufreq_init() 594 min_freq = (max_freq * il) / ih; in g5_pm72_cpufreq_init() 597 if (min_freq >= max_freq || min_freq < 1000) { in g5_pm72_cpufreq_init() 602 g5_cpu_freqs[0].frequency = max_freq; in g5_pm72_cpufreq_init()
|
D | maple-cpufreq.c | 161 unsigned long max_freq; in maple_cpufreq_init() local 213 max_freq = (*valp)/1000; in maple_cpufreq_init() 214 maple_cpu_freqs[0].frequency = max_freq; in maple_cpufreq_init() 215 maple_cpu_freqs[1].frequency = max_freq/2; in maple_cpufreq_init()
|
D | arm_big_little.c | 82 u32 max_freq = 0, cpu_freq; in find_cluster_maxfreq() local 88 (max_freq < cpu_freq)) in find_cluster_maxfreq() 89 max_freq = cpu_freq; in find_cluster_maxfreq() 93 max_freq); in find_cluster_maxfreq() 95 return max_freq; in find_cluster_maxfreq() 242 uint32_t max_freq = 0; in get_table_max() local 244 if (pos->frequency > max_freq) in get_table_max() 245 max_freq = pos->frequency; in get_table_max() 246 return max_freq; in get_table_max()
|
D | freq_table.c | 26 unsigned int max_freq = 0; in cpufreq_frequency_table_cpuinfo() local 39 if (freq > max_freq) in cpufreq_frequency_table_cpuinfo() 40 max_freq = freq; in cpufreq_frequency_table_cpuinfo() 44 policy->max = policy->cpuinfo.max_freq = max_freq; in cpufreq_frequency_table_cpuinfo()
|
D | ls1x-cpufreq.c | 29 unsigned int max_freq; member 95 (freq > ls1x_cpufreq.max_freq)) in ls1x_cpufreq_init() 186 ls1x_cpufreq.max_freq = pdata->max_freq; in ls1x_cpufreq_probe()
|
D | pasemi-cpufreq.c | 141 u32 max_freq; in pas_cpufreq_cpu_init() local 195 max_freq = *max_freqp / 1000; in pas_cpufreq_cpu_init() 197 pr_debug("max clock-frequency is at %u kHz\n", max_freq); in pas_cpufreq_cpu_init()
|
D | qoriq-cpufreq.c | 170 unsigned int freq, max_freq; in freq_table_sort() local 174 max_freq = freq_table[i].frequency; in freq_table_sort() 179 freq <= max_freq) in freq_table_sort() 182 max_freq = freq; in freq_table_sort()
|
D | speedstep-centrino.c | 65 unsigned max_freq; /* max clock in kHz */ member 201 .max_freq = (max)*1000, \ 262 model->model_name, model->max_freq); in centrino_cpu_init_table()
|
D | unicore2-cpufreq.c | 60 policy->max = policy->cpuinfo.max_freq = 1000000; in ucv2_cpu_init()
|
D | intel_pstate.c | 963 if (!policy->cpuinfo.max_freq) in intel_pstate_set_policy() 967 policy->max >= policy->cpuinfo.max_freq) { in intel_pstate_set_policy() 978 limits.min_policy_pct = (policy->min * 100) / policy->cpuinfo.max_freq; in intel_pstate_set_policy() 983 limits.max_policy_pct = (policy->max * 100) / policy->cpuinfo.max_freq; in intel_pstate_set_policy() 1041 policy->cpuinfo.max_freq = limits.turbo_disabled ? in intel_pstate_cpu_init() 1043 policy->cpuinfo.max_freq *= cpu->pstate.scaling; in intel_pstate_cpu_init()
|
D | s3c2416-cpufreq.c | 364 policy->cpuinfo.max_freq = 400000; in s3c2416_cpufreq_driver_init() 369 policy->cpuinfo.max_freq = 534000; in s3c2416_cpufreq_driver_init()
|
D | sh-cpufreq.c | 127 policy->max = policy->cpuinfo.max_freq = in sh_cpufreq_cpu_init()
|
D | davinci-cpufreq.c | 57 policy->cpuinfo.max_freq); in davinci_verify_speed()
|
D | integrator-cpufreq.c | 185 policy->max = policy->cpuinfo.max_freq = 160000; in integrator_cpufreq_init()
|
D | pxa3xx-cpufreq.c | 182 policy->max = policy->cpuinfo.max_freq = in pxa3xx_cpufreq_init()
|
D | longrun.c | 272 policy->cpuinfo.max_freq = longrun_high_freq; in longrun_cpu_init()
|
D | cpufreq-nforce2.c | 361 policy->max = policy->cpuinfo.max_freq = max_fsb * fid * 100; in nforce2_cpu_init()
|
D | gx-suspmod.c | 430 policy->cpuinfo.max_freq = maxfreq; in cpufreq_gx_cpu_init()
|
D | pcc-cpufreq.c | 553 policy->max = policy->cpuinfo.max_freq = in pcc_cpufreq_cpu_init()
|
D | cpufreq_ondemand.c | 176 max_f = policy->cpuinfo.max_freq; in od_check_cpu()
|
D | Kconfig.x86 | 79 parameter "max_freq".
|
D | acpi-cpufreq.c | 798 if (perf->states[0].core_frequency * 1000 != policy->cpuinfo.max_freq) in acpi_cpufreq_cpu_init()
|
D | cpufreq.c | 513 show_one(cpuinfo_max_freq, cpuinfo.max_freq); 726 return sprintf(buf, "%u\n", policy->cpuinfo.max_freq); in show_bios_limit()
|
/linux-4.1.27/drivers/devfreq/ |
D | governor_simpleondemand.c | 30 unsigned long max = (df->max_freq) ? df->max_freq : UINT_MAX; in devfreq_simple_ondemand_func() 87 if (df->max_freq && *freq > df->max_freq) in devfreq_simple_ondemand_func() 88 *freq = df->max_freq; in devfreq_simple_ondemand_func()
|
D | governor_performance.c | 23 if (!df->max_freq) in devfreq_performance_func() 26 *freq = df->max_freq; in devfreq_performance_func()
|
D | governor_userspace.c | 32 if (df->max_freq && adjusted_freq > df->max_freq) in devfreq_userspace_func() 33 adjusted_freq = df->max_freq; in devfreq_userspace_func()
|
D | tegra-devfreq.c | 169 unsigned long max_freq; member 221 u32 avg_band_freq = tegra->max_freq * ACTMON_DEFAULT_AVG_BAND / KHZ; in tegra_devfreq_update_avg_wmark() 273 if (dev->boost_freq >= tegra->max_freq) in actmon_isr_device() 274 dev->boost_freq = tegra->max_freq; in actmon_isr_device() 335 if (ratio->emc_freq >= tegra->max_freq) in actmon_cpu_to_emc_rate() 336 return tegra->max_freq; in actmon_cpu_to_emc_rate() 668 tegra->max_freq = clk_round_rate(tegra->emc_clock, ULONG_MAX) / KHZ; in tegra_devfreq_probe() 683 for (rate = 0; rate <= tegra->max_freq * KHZ; rate++) { in tegra_devfreq_probe()
|
D | devfreq.c | 191 if (devfreq->max_freq && freq > devfreq->max_freq) { in update_devfreq() 192 freq = devfreq->max_freq; in update_devfreq() 909 max = df->max_freq; in min_freq_store() 948 df->max_freq = value; in max_freq_store() 960 return sprintf(buf, "%lu\n", to_devfreq(dev)->max_freq); in max_freq_show() 962 static DEVICE_ATTR_RW(max_freq);
|
/linux-4.1.27/drivers/macintosh/ |
D | windfarm_cpufreq_clamp.c | 23 unsigned long max_freq; in clamp_notifier_call() local 28 max_freq = clamped ? (p->cpuinfo.min_freq) : (p->cpuinfo.max_freq); in clamp_notifier_call() 29 cpufreq_verify_within_limits(p, 0, max_freq); in clamp_notifier_call()
|
/linux-4.1.27/lib/ |
D | jedec_ddr_data.c | 37 .max_freq = 200000000, 58 .max_freq = 266666666, 79 .max_freq = 400000000, 100 .max_freq = 533333333,
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | board-mityomapl138.c | 56 int max_freq; /* khz */ member 62 .max_freq = 300000, 66 .max_freq = 375000, 70 .max_freq = 456000, 74 .max_freq = 300000, 78 .max_freq = 375000, 82 .max_freq = 456000, 86 .max_freq = 375000, 105 da850_max_speed = mityomapl138_pn_info[i].max_freq; in mityomapl138_cpufreq_init()
|
D | board-dm355-leopard.c | 202 .max_freq = 50000000,
|
D | board-omapl138-hawk.c | 139 .max_freq = 50000000,
|
D | board-dm355-evm.c | 344 .max_freq = 50000000,
|
D | board-da830-evm.c | 242 .max_freq = 50000000,
|
D | board-dm365-evm.c | 256 .max_freq = 50000000,
|
D | board-da850-evm.c | 793 .max_freq = 50000000,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pll.c | 249 info->vco1.max_freq = nv_ro32(bios, data + 4); in nvbios_pll_parse() 251 info->vco2.max_freq = nv_ro32(bios, data + 12); in nvbios_pll_parse() 295 info->vco1.max_freq = nv_ro16(bios, data + 6) * 1000; in nvbios_pll_parse() 297 info->vco2.max_freq = nv_ro16(bios, data + 10) * 1000; in nvbios_pll_parse() 324 info->vco1.max_freq = nv_ro16(bios, data + 2) * 1000; in nvbios_pll_parse() 326 info->vco2.max_freq = nv_ro16(bios, data + 6) * 1000; in nvbios_pll_parse() 348 info->vco1.max_freq = nv_ro16(bios, data + 2) * 1000; in nvbios_pll_parse() 382 if (!info->vco1.max_freq) { in nvbios_pll_parse() 383 info->vco1.max_freq = nv_ro32(bios, bios->bmp_offset + 67); in nvbios_pll_parse() 386 info->vco1.max_freq = 256000; in nvbios_pll_parse()
|
/linux-4.1.27/drivers/acpi/ |
D | processor_thermal.c | 90 unsigned long max_freq = 0; in acpi_thermal_cpufreq_notifier() local 95 max_freq = ( in acpi_thermal_cpufreq_notifier() 96 policy->cpuinfo.max_freq * in acpi_thermal_cpufreq_notifier() 100 cpufreq_verify_within_limits(policy, 0, max_freq); in acpi_thermal_cpufreq_notifier()
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
D | dra752-thermal-data.c | 219 .max_freq = DRA752_MPU_MAX_FREQ, 234 .max_freq = DRA752_GPU_MAX_FREQ, 249 .max_freq = DRA752_CORE_MAX_FREQ, 264 .max_freq = DRA752_DSPEVE_MAX_FREQ, 279 .max_freq = DRA752_IVA_MAX_FREQ,
|
D | omap5-thermal-data.c | 173 .max_freq = OMAP5430_MPU_MAX_FREQ, 188 .max_freq = OMAP5430_GPU_MAX_FREQ, 203 .max_freq = OMAP5430_CORE_MAX_FREQ,
|
D | omap4-thermal-data.c | 44 .max_freq = OMAP4430_MAX_FREQ, 141 .max_freq = OMAP4460_MAX_FREQ,
|
D | ti-bandgap.h | 191 u32 max_freq; member
|
D | ti-bandgap.c | 1323 bgp->conf->sensors[0].ts_data->max_freq); in ti_bandgap_probe()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-devfreq | 91 What: /sys/class/devfreq/.../max_freq 95 The /sys/class/devfreq/.../max_freq shows and stores 97 the user does not care. max_freq overrides the 99 The max_freq overrides min_freq because max_freq may be
|
/linux-4.1.27/drivers/thermal/ |
D | cpu_cooling.c | 186 unsigned long max_freq = 0; in cpufreq_thermal_notifier() local 198 max_freq = cpufreq_dev->clipped_freq; in cpufreq_thermal_notifier() 200 if (policy->max != max_freq) in cpufreq_thermal_notifier() 201 cpufreq_verify_within_limits(policy, 0, max_freq); in cpufreq_thermal_notifier()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
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()
|
D | nv40.c | 141 if (clk < pll.vco1.max_freq) in nv40_clk_calc_pll() 142 pll.vco2.max_freq = 0; in nv40_clk_calc_pll()
|
D | pllgt215.c | 36 *P = info->vco1.max_freq / freq; in gt215_pll_calc()
|
D | mcp77.c | 173 pll.vco2.max_freq = 0; in calc_pll()
|
D | nv50.c | 331 pll.vco2.max_freq = 0; in calc_pll()
|
/linux-4.1.27/drivers/spi/ |
D | spi-rockchip.c | 174 u32 max_freq; member 524 if (rs->max_freq < 2 * rs->speed) { in rockchip_spi_config() 526 rs->max_freq = clk_get_rate(rs->spiclk); in rockchip_spi_config() 530 div = DIV_ROUND_UP(rs->max_freq, rs->speed); in rockchip_spi_config() 534 rsd = DIV_ROUND_CLOSEST(rs->rsd_nsecs * (rs->max_freq >> 8), in rockchip_spi_config() 538 rs->max_freq, rs->rsd_nsecs); in rockchip_spi_config() 542 rs->max_freq, rs->rsd_nsecs, in rockchip_spi_config() 543 rsd * 1000000000U / rs->max_freq); in rockchip_spi_config() 689 rs->max_freq = clk_get_rate(rs->spiclk); in rockchip_spi_probe()
|
D | spi-qup.c | 761 u32 max_freq, iomode, num_cs; in spi_qup_probe() local 783 if (of_property_read_u32(dev->of_node, "spi-max-frequency", &max_freq)) in spi_qup_probe() 784 max_freq = SPI_MAX_RATE; in spi_qup_probe() 786 if (!max_freq || max_freq > SPI_MAX_RATE) { in spi_qup_probe() 787 dev_err(dev, "invalid clock frequency %d\n", max_freq); in spi_qup_probe() 822 master->max_speed_hz = max_freq; in spi_qup_probe()
|
D | spi-ti-qspi.c | 443 u32 max_freq; in ti_qspi_probe() local 548 if (!of_property_read_u32(np, "spi-max-frequency", &max_freq)) in ti_qspi_probe() 549 qspi->spi_max_frequency = max_freq; in ti_qspi_probe()
|
D | spi-dw-mmio.c | 75 dws->max_freq = clk_get_rate(dwsmmio->clk); in dw_spi_mmio_probe()
|
D | spi-dw.h | 110 u32 max_freq; /* max bus freq supported */ member
|
D | spi-dw.c | 319 clk_div = (dws->max_freq / speed + 1) & 0xfffe; in dw_spi_transfer_one() 546 master->max_speed_hz = dws->max_freq; in dw_spi_add_host()
|
D | spi-dw-mid.c | 320 dws->max_freq = MRST_SPI_CLK_BASE / (clk_cdiv + 1); in dw_spi_mid_init()
|
/linux-4.1.27/tools/power/cpupower/lib/ |
D | cpufreq.c | 165 int cpufreq_modify_policy_max(unsigned int cpu, unsigned long max_freq) in cpufreq_modify_policy_max() argument 167 return sysfs_modify_freq_policy_max(cpu, max_freq); in cpufreq_modify_policy_max()
|
D | sysfs.h | 28 unsigned long max_freq);
|
D | cpufreq.h | 205 extern int cpufreq_modify_policy_max(unsigned int cpu, unsigned long max_freq);
|
D | sysfs.c | 561 int sysfs_modify_freq_policy_max(unsigned int cpu, unsigned long max_freq) in sysfs_modify_freq_policy_max() argument 565 snprintf(value, SYSFS_PATH_MAX, "%lu", max_freq); in sysfs_modify_freq_policy_max()
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson1/ |
D | cpufreq.h | 19 unsigned int max_freq; /* in kHz */ member
|
/linux-4.1.27/drivers/clk/ |
D | clk-si570.c | 77 u64 max_freq; member 348 if (rate < SI570_MIN_FREQ || rate > data->max_freq) { in si570_set_rate() 437 data->max_freq = SI570_MAX_FREQ; in si570_probe() 439 data->max_freq = SI598_MAX_FREQ; in si570_probe()
|
/linux-4.1.27/include/linux/platform_data/ |
D | mmc-davinci.h | 21 u32 max_freq; member
|
D | hsmmc-omap.h | 43 unsigned int max_freq; member
|
D | mmc-omap.h | 24 unsigned int max_freq; member
|
/linux-4.1.27/tools/perf/util/ |
D | svghelper.c | 28 static u64 turbo_frequency, max_freq; variable 349 if (freq > max_freq) in cpu_model() 350 max_freq = freq; in cpu_model() 363 max_freq = __max_freq; in svg_cpu_box() 483 if (max_freq) in svg_pstate() 484 height = freq * 1.0 / max_freq * (SLOT_HEIGHT + SLOT_MULT); in svg_pstate()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | pll.h | 64 u32 max_freq; member
|
/linux-4.1.27/include/memory/ |
D | jedec_ddr.h | 130 u32 max_freq; member
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib0070.c | 270 …u32 max_freq; /* for every frequency less than or equal to that field: this information is correct… member 281 …u32 max_freq; /* for every frequency less than or equal to that field: this information is correct… member 376 while (freq > tune->max_freq) /* find the right one */ in dib0070_tune_digital() 378 while (freq > lna_match->max_freq) /* find the right one */ in dib0070_tune_digital()
|
D | dib0090.c | 114 …u32 max_freq; /* for every frequency less than or equal to that field: this information is correc… member 125 …u32 max_freq; /* for every frequency less than or equal to that field: this information is correc… member 1340 while (f_MHz > wbd->max_freq) in dib0090_get_wbd_target() 1343 dprintk("using wbd-table-entry with max freq %d", wbd->max_freq); in dib0090_get_wbd_target() 1785 while (state->current_rf / 1000 > wbd->max_freq) in dib0090_wbd_calibration() 2066 while (state->rf_request > tune->max_freq) in dib0090_update_tuning_table_7090() 2356 while (state->rf_request > tune->max_freq) in dib0090_tune() 2358 while (state->rf_request > pll->max_freq) in dib0090_tune() 2467 while (state->current_rf / 1000 > wbd->max_freq) in dib0090_tune()
|
D | dib0090.h | 31 …u16 max_freq; /* for every frequency less than or equal to that field: this information is correc… member
|
/linux-4.1.27/include/linux/ |
D | sfi.h | 163 u32 max_freq; member
|
D | devfreq.h | 168 unsigned long max_freq; member
|
D | cpufreq.h | 47 unsigned int max_freq; member 343 policy->cpuinfo.max_freq); in cpufreq_verify_within_cpu_limits()
|
/linux-4.1.27/drivers/scsi/ufs/ |
D | ufshcd-pltfrm.c | 130 clki->max_freq = clkfreq[i+1]; in ufshcd_parse_clock_info() 133 clki->min_freq, clki->max_freq, clki->name); in ufshcd_parse_clock_info()
|
D | ufshcd.h | 220 u32 max_freq; member
|
D | ufshcd.c | 4522 if (clki->max_freq) { in ufshcd_init_clocks() 4523 ret = clk_set_rate(clki->clk, clki->max_freq); in ufshcd_init_clocks() 4527 clki->max_freq, ret); in ufshcd_init_clocks() 4530 clki->curr_freq = clki->max_freq; in ufshcd_init_clocks() 5336 if (scale_up && clki->max_freq) { in ufshcd_scale_clks() 5337 if (clki->curr_freq == clki->max_freq) in ufshcd_scale_clks() 5339 ret = clk_set_rate(clki->clk, clki->max_freq); in ufshcd_scale_clks() 5343 clki->max_freq, ret); in ufshcd_scale_clks() 5346 clki->curr_freq = clki->max_freq; in ufshcd_scale_clks()
|
/linux-4.1.27/arch/mips/loongson1/common/ |
D | platform.c | 69 .max_freq = 266 * 1000,
|
/linux-4.1.27/drivers/memory/ |
D | of_memory.c | 70 ret = of_property_read_u32(np, "max-freq", &tim->max_freq); in of_do_get_timings()
|
D | emif.c | 396 max = timings_arr[i].max_freq; in get_timings_table()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_pm.c | 3958 WARN_ON(val > dev_priv->rps.max_freq); in gen6_set_rps() 3997 WARN_ON(val > dev_priv->rps.max_freq); in valleyview_set_rps() 4229 dev_priv->rps.max_freq = dev_priv->rps.rp0_freq; in gen6_init_rps_frequencies() 4241 dev_priv->rps.max_freq); in gen6_init_rps_frequencies() 4248 dev_priv->rps.max_freq_softlimit = dev_priv->rps.max_freq; in gen6_init_rps_frequencies() 4502 dev_priv->rps.max_freq = pcu_mbox & 0xff; in gen6_enable_rps() 4538 max_ia_freq = policy->cpuinfo.max_freq; in __gen6_update_ring_freq() 4560 for (gpu_freq = dev_priv->rps.max_freq; gpu_freq >= dev_priv->rps.min_freq; in __gen6_update_ring_freq() 4562 int diff = dev_priv->rps.max_freq - gpu_freq; in __gen6_update_ring_freq() 4850 dev_priv->rps.max_freq = valleyview_rps_max_freq(dev_priv); in valleyview_init_gt_powersave() [all …]
|
D | i915_debugfs.c | 1102 int max_freq; in i915_frequency_info() local 1186 max_freq = (rp_state_cap & 0xff0000) >> 16; in i915_frequency_info() 1187 max_freq *= (IS_SKYLAKE(dev) ? GEN9_FREQ_SCALER : 1); in i915_frequency_info() 1189 intel_gpu_freq(dev_priv, max_freq)); in i915_frequency_info() 1191 max_freq = (rp_state_cap & 0xff00) >> 8; in i915_frequency_info() 1192 max_freq *= (IS_SKYLAKE(dev) ? GEN9_FREQ_SCALER : 1); in i915_frequency_info() 1194 intel_gpu_freq(dev_priv, max_freq)); in i915_frequency_info() 1196 max_freq = rp_state_cap & 0xff; in i915_frequency_info() 1197 max_freq *= (IS_SKYLAKE(dev) ? GEN9_FREQ_SCALER : 1); in i915_frequency_info() 1199 intel_gpu_freq(dev_priv, max_freq)); in i915_frequency_info() [all …]
|
D | i915_sysfs.c | 407 val > dev_priv->rps.max_freq || in gt_max_freq_mhz_store() 470 val > dev_priv->rps.max_freq || in gt_min_freq_mhz_store()
|
D | i915_drv.h | 1029 u8 max_freq; /* Maximum frequency, RP0 if not overclocking */ member
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | board-nokia770.c | 181 .max_freq = 12000000,
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | aiutils.c | 572 static uint ai_slowclk_freq(struct si_pub *sih, bool max_freq, in ai_slowclk_freq() argument 580 return max_freq ? XTALMAXFREQ : (XTALMINFREQ / div); in ai_slowclk_freq()
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 101 policy->cpuinfo.max_freq - the minimum and maximum frequency 140 int min_freq, unsigned int max_freq) function might be helpful. See 236 the cpuinfo.min_freq and cpuinfo.max_freq values are detected, and
|
/linux-4.1.27/tools/perf/ |
D | builtin-timechart.c | 57 max_freq, /* Highest CPU frequency seen */ member 394 if ((u64)new_freq > tchart->max_freq) in p_state_change() 395 tchart->max_freq = new_freq; in p_state_change() 400 if (new_freq == tchart->max_freq - 1000) in p_state_change() 401 tchart->turbo_frequency = tchart->max_freq; in p_state_change() 1491 svg_cpu_box(i, tchart->max_freq, tchart->turbo_frequency); in write_svg_file()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-n8x0.c | 447 .max_freq = 24000000,
|
/linux-4.1.27/drivers/mmc/host/ |
D | davinci_mmc.c | 1211 if (of_property_read_u32(np, "max-frequency", &pdata->max_freq)) in mmc_parse_pdata() 1323 if (pdata && pdata->max_freq) in davinci_mmcsd_probe() 1324 mmc->f_max = pdata->max_freq; in davinci_mmcsd_probe()
|
D | omap.c | 1250 if (host->pdata->max_freq) in mmc_omap_new_slot() 1251 mmc->f_max = min(host->pdata->max_freq, mmc->f_max); in mmc_omap_new_slot()
|
D | omap_hsmmc.c | 1991 if (pdata->max_freq > 0) in omap_hsmmc_probe() 1992 mmc->f_max = pdata->max_freq; in omap_hsmmc_probe()
|
/linux-4.1.27/sound/pci/ |
D | es1968.c | 872 int max_freq = ESM_BOB_FREQ; in snd_es1968_bob_dec() local 875 if (max_freq < es->bob_freq) in snd_es1968_bob_dec() 876 max_freq = es->bob_freq; in snd_es1968_bob_dec() 878 if (max_freq != chip->bob_freq) { in snd_es1968_bob_dec() 880 chip->bob_freq = max_freq; in snd_es1968_bob_dec()
|
/linux-4.1.27/arch/x86/platform/intel-mid/ |
D | sfi.c | 368 spi_info.max_speed_hz = pentry->max_freq; in sfi_handle_spi_dev()
|
/linux-4.1.27/Documentation/power/ |
D | opp.txt | 268 max_freq = ULONG_MAX; 270 max_opp = dev_pm_opp_find_freq_floor(dev,&max_freq);
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv50.c | 131 mpll.vco2.max_freq = 0; in nv50_ram_calc()
|
D | ramgk104.c | 960 ram->mode = (next->freq > fuc->refpll.vco1.max_freq) ? 2 : 1; in gk104_ram_calc_xits()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 140 if (drm->device.info.chipset > 0x40 && dot_clock <= (pll_lim.vco1.max_freq / 2)) in nv_crtc_calc_state_ext()
|
/linux-4.1.27/drivers/mtd/devices/ |
D | st_spi_fsm.c | 312 u32 max_freq; member
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 5654 if (policy.cpuinfo.max_freq) in kvm_timer_init() 5655 max_tsc_khz = policy.cpuinfo.max_freq; in kvm_timer_init()
|