/linux/drivers/cpufreq/ |
H A D | e_powersaver.c | 178 u8 max_multiplier, max_voltage; in eps_cpu_init() local 248 max_voltage = hi & 0xff; in eps_cpu_init() 249 pr_info("Highest voltage = %dmV\n", max_voltage * 16 + 700); in eps_cpu_init() 264 if (current_voltage > 0x1f || max_voltage > 0x1f) in eps_cpu_init() 266 if (max_voltage < min_voltage in eps_cpu_init() 268 || current_voltage > max_voltage) in eps_cpu_init() 277 if (!voltage_failsafe_off && max_voltage != current_voltage) { in eps_cpu_init() 311 if (v >= min_voltage && v <= max_voltage) { in eps_cpu_init() 313 max_voltage = v; in eps_cpu_init() 342 f_table[1].driver_data = (max_multiplier << 8) | max_voltage; in eps_cpu_init() [all …]
|
/linux/drivers/gpu/drm/radeon/ |
H A D | rs780_dpm.c | 247 fv_throt_pwm_range[2] = pi->max_voltage; in rs780_voltage_scaling_init() 248 fv_throt_pwm_range[3] = pi->max_voltage; in rs780_voltage_scaling_init() 261 STARTING_PWM_HIGHTIME(pi->max_voltage), in rs780_voltage_scaling_init() 280 MAX_PWM_HIGHTIME(pi->max_voltage))); in rs780_voltage_scaling_init() 382 if ((current_state->max_voltage == RS780_VDDC_LEVEL_HIGH) && in rs780_force_voltage() 515 return pi->max_voltage; in rs780_get_voltage_for_vddc_level() 519 return pi->max_voltage; in rs780_get_voltage_for_vddc_level() 531 if ((new_state->max_voltage == RS780_VDDC_LEVEL_HIGH) && in rs780_enable_voltage_scaling() 536 new_state->max_voltage); in rs780_enable_voltage_scaling() 549 if (pi->max_voltage != vddc_high) { in rs780_enable_voltage_scaling() [all …]
|
H A D | rs780_dpm.h | 41 u16 max_voltage; member 54 enum rs780_vddc_level max_voltage; member
|
H A D | btc_dpm.h | 51 u32 clock, u16 max_voltage, u16 *voltage);
|
H A D | btc_dpm.c | 1162 u32 clock, u16 max_voltage, u16 *voltage) in btc_apply_voltage_dependency_rules() argument 1172 *voltage = (u16)((table->entries[i].v < max_voltage) ? in btc_apply_voltage_dependency_rules() 1173 table->entries[i].v : max_voltage); in btc_apply_voltage_dependency_rules() 1178 *voltage = (*voltage > max_voltage) ? *voltage : max_voltage; in btc_apply_voltage_dependency_rules()
|
H A D | radeon_atombios.c | 3545 u8 voltage_type, u16 *max_voltage) in radeon_atom_get_max_voltage() argument 3566 *max_voltage = in radeon_atom_get_max_voltage() 3571 *max_voltage = in radeon_atom_get_max_voltage() 3588 *max_voltage = in radeon_atom_get_max_voltage() 3699 u16 min_voltage, max_voltage, voltage_step; in radeon_atom_round_to_true_voltage() local 3701 if (radeon_atom_get_max_voltage(rdev, voltage_type, &max_voltage)) in radeon_atom_round_to_true_voltage() 3710 else if (nominal_voltage >= max_voltage) in radeon_atom_round_to_true_voltage() 3711 *true_voltage = max_voltage; in radeon_atom_round_to_true_voltage()
|
H A D | radeon.h | 331 u8 voltage_type, u16 *max_voltage);
|
/linux/drivers/power/supply/ |
H A D | wm97xx_battery.c | 72 if (pdata->max_voltage >= 0) in wm97xx_bat_get_property() 73 val->intval = pdata->max_voltage; in wm97xx_bat_get_property() 196 if (pdata->max_voltage >= 0) in wm97xx_bat_probe() 216 if (pdata->max_voltage >= 0) in wm97xx_bat_probe()
|
H A D | cpcap-charger.c | 418 int max_voltage, int charge_current, in cpcap_charger_enable() argument 423 if (!max_voltage || !charge_current) in cpcap_charger_enable() 427 max_voltage, charge_current, trickle_current); in cpcap_charger_enable() 434 max_voltage | in cpcap_charger_enable()
|
/linux/drivers/regulator/ |
H A D | anatop-regulator.c | 171 u32 max_voltage; in anatop_regulator_probe() local 228 ret = of_property_read_u32(np, "anatop-max-voltage", &max_voltage); in anatop_regulator_probe() 242 rdesc->n_voltages = (max_voltage - min_voltage) / 25000 + 1 in anatop_regulator_probe()
|
/linux/drivers/remoteproc/ |
H A D | qcom_wcnss_iris.c | 184 if (data->vregs[i].max_voltage) in qcom_iris_probe() 187 data->vregs[i].max_voltage); in qcom_iris_probe()
|
H A D | qcom_wcnss.h | 11 int max_voltage; member
|
H A D | qcom_wcnss.c | 459 if (info[i].max_voltage) in wcnss_init_regulators() 462 info[i].max_voltage); in wcnss_init_regulators()
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/ |
H A D | dcn316_clk_mgr.c | 460 int max_voltage = 0; in find_clk_for_voltage() local 466 } else if (clock_table->SocVoltage[i] >= max_voltage && in find_clk_for_voltage() 468 max_voltage = clock_table->SocVoltage[i]; in find_clk_for_voltage()
|
/linux/include/linux/ |
H A D | wm97xx.h | 294 int max_voltage; member
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
H A D | dcn31_clk_mgr.c | 538 int max_voltage = 0; in find_clk_for_voltage() local 544 } else if (clock_table->SocVoltage[i] >= max_voltage && in find_clk_for_voltage() 546 max_voltage = clock_table->SocVoltage[i]; in find_clk_for_voltage()
|
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | si_dpm.c | 3263 u32 clock, u16 max_voltage, u16 *voltage) in btc_apply_voltage_dependency_rules() argument 3273 *voltage = (u16)((table->entries[i].v < max_voltage) ? in btc_apply_voltage_dependency_rules() 3274 table->entries[i].v : max_voltage); in btc_apply_voltage_dependency_rules() 3279 *voltage = (*voltage > max_voltage) ? *voltage : max_voltage; in btc_apply_voltage_dependency_rules()
|