| /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() 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/drivers/clk/ |
| H A D | clk-scpi.c | 65 unsigned long fmin = 0, fmax = ~0, ftmp; in __scpi_dvfs_round_rate() local 71 if (ftmp <= fmax) in __scpi_dvfs_round_rate() 72 fmax = ftmp; in __scpi_dvfs_round_rate() 78 return fmax != ~0 ? fmax : fmin; in __scpi_dvfs_round_rate()
|
| 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/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/drivers/clk/mediatek/ |
| H A D | clk-mt8195-apusys_pll.c | 36 .fmax = MT8195_PLL_FMAX, \
|
| H A D | clk-mt7988-apmixed.c | 33 .fmax = MT7988_PLL_FMAX, \
|
| H A D | clk-mt7981-apmixed.c | 31 .rst_bar_mask = CON0_MT7981_RST_BAR, .fmax = MT7981_PLL_FMAX, \
|
| H A D | clk-mt7986-apmixed.c | 29 .rst_bar_mask = CON0_MT7986_RST_BAR, .fmax = MT7986_PLL_FMAX, \
|
| H A D | clk-mt8135-apmixedsys.c | 28 .fmax = MT8135_PLL_FMAX, \
|
| H A D | clk-mt8516-apmixedsys.c | 33 .fmax = MT8516_PLL_FMAX, \
|
| H A D | clk-pll.h | 42 unsigned long fmax; member
|
| H A D | clk-mt8196-mfg.c | 50 .fmax = MT8196_PLL_FMAX, \
|
| H A D | clk-mt8167-apmixedsys.c | 32 .fmax = MT8167_PLL_FMAX, \
|
| H A D | clk-mt7622-apmixedsys.c | 30 .fmax = MT7622_PLL_FMAX, \
|
| H A D | clk-mt8188-apmixedsys.c | 44 .fmax = MT8188_PLL_FMAX, \
|
| H A D | clk-mt8196-mcu.c | 58 .fmax = MT8196_PLL_FMAX, \
|
| H A D | clk-mt2712-apmixedsys.c | 32 .fmax = MT2712_PLL_FMAX, \
|
| H A D | clk-mt8365-apmixedsys.c | 30 .fmax = MT8365_PLL_FMAX, \
|
| H A D | clk-mt8186-apmixedsys.c | 30 .fmax = MT8186_PLL_FMAX, \
|
| H A D | clk-mt8183-apmixedsys.c | 66 .fmax = MT8183_PLL_FMAX, \
|
| H A D | clk-mt8196-apmixedsys.c | 74 .fmax = MT8196_PLL_FMAX, \
|
| H A D | clk-pll.c | 154 if (freq > pll->data->fmax) in mtk_pll_calc_values() 155 freq = pll->data->fmax; in mtk_pll_calc_values()
|
| H A D | clk-mt6795-apmixedsys.c | 35 .fmax = MT6795_PLL_FMAX, \
|