Searched refs:max_volt_shift (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/cpufreq/ |
D | mediatek-cpufreq.c | 21 int max_volt_shift; member 105 vsram = clamp(pre_vproc + soc_data->max_volt_shift, in mtk_cpufreq_voltage_tracking() 128 pre_vsram - soc_data->max_volt_shift); in mtk_cpufreq_voltage_tracking() 687 .max_volt_shift = 200000, 696 .max_volt_shift = 200000, 705 .max_volt_shift = 200000, 712 .max_volt_shift = 200000, 721 .max_volt_shift = 250000, 730 .max_volt_shift = 200000,
|
/Linux-v6.6/drivers/devfreq/ |
D | mtk-cci-devfreq.c | 17 int max_volt_shift; member 69 vsram = clamp(pre_voltage + soc_data->max_volt_shift, in mtk_ccifreq_set_voltage() 91 pre_vsram - soc_data->max_volt_shift); in mtk_ccifreq_set_voltage() 413 .max_volt_shift = 200000, 419 .max_volt_shift = 250000,
|