Searched refs:max_volt_shift (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/cpufreq/ |
H A 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() 681 .max_volt_shift = 200000, 690 .max_volt_shift = 200000, 699 .max_volt_shift = 200000, 706 .max_volt_shift = 200000, 715 .max_volt_shift = 200000, 724 .max_volt_shift = 250000, 733 .max_volt_shift = 200000,
|
/linux/drivers/devfreq/ |
H A 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() 412 .max_volt_shift = 200000, 418 .max_volt_shift = 250000,
|