| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_misc.h | 8 …matroxfb_PLL_calcclock(const struct matrox_pll_features* pll, unsigned int freq, unsigned int fmax, 11 unsigned int freq, unsigned int fmax, in PLL_calcclock() argument 15 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post); in PLL_calcclock()
|
| H A D | matroxfb_maven.c | 235 unsigned int fmax; in matroxfb_PLL_mavenclock() local 241 fmax = pll->vco_freq_max / ctl->den; in matroxfb_PLL_mavenclock() 243 dprintk(KERN_DEBUG "want: %u, xtal: %u, h: %u, v: %u, fmax: %u\n", in matroxfb_PLL_mavenclock() 244 fwant, fxtal, htotal, vtotal, fmax); in matroxfb_PLL_mavenclock() 246 if (fwant * 2 > fmax) in matroxfb_PLL_mavenclock() 250 if (fwant > fmax) in matroxfb_PLL_mavenclock() 321 static void DAC1064_calcclock(unsigned int freq, unsigned int fmax, in DAC1064_calcclock() argument 326 fvco = matroxfb_PLL_calcclock(&maven_pll, freq, fmax, in, feed, &p); in DAC1064_calcclock()
|
| /linux/tools/crypto/ccp/ |
| H A D | dbc_cli.py | 21 "get-fmax-cap": PARAM_GET_FMAX_CAP, 22 "set-fmax-cap": PARAM_SET_FMAX_CAP, 28 "get-fmax-max": PARAM_GET_FMAX_MAX, 29 "get-fmax-min": PARAM_GET_FMAX_MIN,
|
| H A D | test_dbc.py | 199 # fmax 206 "fmax-cap": PARAM_GET_FMAX_CAP, 226 """get/set fmax limit""" 230 # set the fmax 248 # set the fmax
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_rm31.c | 298 int fmin, fmax, hsize; in cpu_setup_pid() local 314 fmax = wf_control_get_max(cpu_fans[cpu][0]); in cpu_setup_pid() 315 DBG("wf_72: CPU%d max RPM range = [%d..%d]\n", cpu, fmin, fmax); in cpu_setup_pid() 331 pid.max = fmax; in cpu_setup_pid() 423 s32 fmax = wf_control_get_max(backside_fan); in backside_setup_pid() local 428 param.max = min(param.max, fmax); in backside_setup_pid() 490 s32 fmax = wf_control_get_max(slots_fan); in slots_setup_pid() local 494 param.max = min(param.max, fmax); in slots_setup_pid()
|
| H A D | windfarm_pm72.c | 397 int fmin, fmax, hsize; in cpu_setup_pid() local 413 fmax = wf_control_get_max(cpu_rear_fans[cpu]); in cpu_setup_pid() 414 DBG("wf_72: CPU%d max RPM range = [%d..%d]\n", cpu, fmin, fmax); in cpu_setup_pid() 430 pid.max = fmax; in cpu_setup_pid() 506 s32 fmax = wf_control_get_max(backside_fan); in backside_setup_pid() local 523 param.max = min(param.max, fmax); in backside_setup_pid() 585 s32 fmax = wf_control_get_max(drives_fan); in drives_setup_pid() local 589 param.max = min(param.max, fmax); in drives_setup_pid()
|
| /linux/arch/arm/mach-versatile/ |
| H A D | spc.c | 273 u32 fmin = 0, fmax = ~0, ftmp; in ve_spc_round_performance() local 279 if (ftmp <= fmax) in ve_spc_round_performance() 280 fmax = ftmp; in ve_spc_round_performance() 286 if (fmax != ~0) in ve_spc_round_performance() 287 return fmax * 1000; in ve_spc_round_performance()
|
| /linux/drivers/media/tuners/ |
| H A D | tda18218_priv.h | 70 #define R39_FMAX1 0x39 /* Fmax byte 1 */ 71 #define R3A_FMAX2 0x3a /* Fmax byte 2 */
|
| /linux/Documentation/scheduler/ |
| H A D | sched-util-clamp.rst | 649 CPU is capable of. The max CPU frequency (Fmax) matters here as well, 657 If the ratio of Fmax/Fmin is 3, then maximum value will be: 661 300 * (Fmax/Fmin) = 900 666 but not proportional to Fmax/Fmin. 672 Now if the ratio of Fmax/Fmin is 4, the maximum value becomes: 676 300 * (Fmax/Fmin) = 1200 713 and run somewhere near mid performance point of that CPU, not the Fmax we get.
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | gm20b.c | 988 u32 fmax = 0; in gm20b_clk_init_safe_fmax() local 1003 fmax = max(fmax, in gm20b_clk_init_safe_fmax() 1006 if (!fmax) { in gm20b_clk_init_safe_fmax() 1007 nvkm_error(subdev, "failed to evaluate safe fmax\n"); in gm20b_clk_init_safe_fmax() 1012 clk->safe_fmax_vmin = fmax * (100 - 10) / 100; in gm20b_clk_init_safe_fmax() 1013 nvkm_debug(subdev, "safe fmax @ vmin = %u Khz\n", clk->safe_fmax_vmin); in gm20b_clk_init_safe_fmax()
|
| /linux/drivers/clk/ |
| H A D | clk-scmi.c | 60 u64 fmin, fmax, ftmp; in scmi_clk_determine_rate() local 73 fmax = clk->info->range.max_rate; in scmi_clk_determine_rate() 78 } else if (req->rate >= fmax) { in scmi_clk_determine_rate() 79 req->rate = fmax; in scmi_clk_determine_rate()
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_sysfs.c | 553 unsigned long long fsum, fmin, fmax, csum, cmin, cmax, cc; \ 558 fmax = lat->_name.fabric.max * adapter->timer_ticks; \ 567 do_div(fmax, 1000); \ 573 fmin, fmax, fsum, cmin, cmax, csum, cc); \
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | nxp,s32g2-siul2-pinctrl.yaml | 80 description: Supported slew rate based on Fmax values (MHz)
|
| /linux/drivers/clk/mediatek/ |
| H A D | clk-pll.c | 155 if (freq > pll->data->fmax) in mtk_pll_calc_values() 156 freq = pll->data->fmax; in mtk_pll_calc_values()
|
| /linux/kernel/power/ |
| H A D | energy_model.c | 232 u64 fmax, max_cap; in em_init_performance() local 246 fmax = (u64) table[nr_states - 1].frequency; in em_init_performance() 250 fmax); in em_init_performance()
|
| /linux/drivers/cpufreq/ |
| H A D | tegra124-cpufreq.c | 129 * PLLP rate 408Mhz is below the CPU Fmax at Vmin and is safe to in tegra124_cpufreq_suspend()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_main.c | 2830 if (adapter->fhash.fmax && adapter->fhash.fhead) in qlcnic_alloc_lb_filters_mem() 2854 adapter->fhash.fmax = (filter_size / act_pci_func); in qlcnic_alloc_lb_filters_mem() 2858 act_pci_func, adapter->fhash.fmax); in qlcnic_alloc_lb_filters_mem() 2871 adapter->rx_fhash.fmax = (filter_size / act_pci_func); in qlcnic_alloc_lb_filters_mem() 2880 if (adapter->fhash.fmax) in qlcnic_free_lb_filters_mem() 2884 adapter->fhash.fmax = 0; in qlcnic_free_lb_filters_mem() 2886 if (adapter->rx_fhash.fmax) in qlcnic_free_lb_filters_mem() 2889 adapter->rx_fhash.fmax = 0; in qlcnic_free_lb_filters_mem()
|
| H A D | qlcnic_io.c | 210 if (adapter->rx_fhash.fnum >= adapter->rx_fhash.fmax) in qlcnic_add_lb_filter() 344 if (unlikely(adapter->fhash.fnum >= adapter->fhash.fmax)) { in qlcnic_send_filter()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | smu74.h | 794 /* Total margin, root mean square of Fmax + DC + Platform */
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| H A D | smu13_driver_if_aldebaran.h | 266 …uint8_t NumDiscreteLevels; // Set to 2 (Fmin, Fmax) when using fine grained DPM, otherwis…
|
| H A D | smu11_driver_if_sienna_cichlid.h | 554 …uint8_t NumDiscreteLevels; // Set to 2 (Fmin, Fmax) when using fine grained DPM, otherwis… 599 uint16_t Fmax; member
|
| H A D | smu11_driver_if_arcturus.h | 459 …uint8_t NumDiscreteLevels; // Set to 2 (Fmin, Fmax) when using fine grained DPM, otherwis…
|
| H A D | smu11_driver_if_navi10.h | 437 …uint8_t NumDiscreteLevels; // Set to 2 (Fmin, Fmax) when using fine grained DPM, otherwis…
|
| /linux/Documentation/arch/riscv/ |
| H A D | hwprobe.rst | 75 defined by commit cd20cee ("FMIN/FMAX now implement
|
| /linux/drivers/hid/ |
| H A D | hid-multitouch.c | 594 int fmax = field->logical_maximum; in set_abs() local 595 int fuzz = snratio ? (fmax - fmin) / snratio : 0; in set_abs() 596 input_set_abs_params(input, code, fmin, fmax, fuzz, 0); in set_abs()
|