Home
last modified time | relevance | path

Searched refs:max_voltage (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/cpufreq/
De_powersaver.c179 u8 max_multiplier, max_voltage; in eps_cpu_init() local
250 max_voltage = hi & 0xff; in eps_cpu_init()
251 pr_info("Highest voltage = %dmV\n", max_voltage * 16 + 700); in eps_cpu_init()
266 if (current_voltage > 0x1f || max_voltage > 0x1f) in eps_cpu_init()
268 if (max_voltage < min_voltage in eps_cpu_init()
270 || current_voltage > max_voltage) in eps_cpu_init()
279 if (!voltage_failsafe_off && max_voltage != current_voltage) { in eps_cpu_init()
313 if (v >= min_voltage && v <= max_voltage) { in eps_cpu_init()
315 max_voltage = v; in eps_cpu_init()
345 f_table[1].driver_data = (max_multiplier << 8) | max_voltage; in eps_cpu_init()
[all …]
/linux-4.19.296/include/linux/
Dz2_battery.h11 int max_voltage; member
Dwm97xx.h299 int max_voltage; member
/linux-4.19.296/drivers/regulator/
Danatop-regulator.c35 int max_voltage; member
236 &sreg->max_voltage); in anatop_regulator_probe()
250 rdesc->n_voltages = (sreg->max_voltage - sreg->min_voltage) / 25000 + 1 in anatop_regulator_probe()