Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/cpufreq/
De_powersaver.c141 u8 current_multiplier, current_voltage; in eps_set_state() local
145 current_voltage = lo & 0xff; in eps_set_state()
146 pr_info("Current voltage = %dmV\n", current_voltage * 16 + 700); in eps_set_state()
178 u8 current_multiplier, current_voltage; in eps_cpu_init() local
244 current_voltage = lo & 0xff; in eps_cpu_init()
245 pr_info("Current voltage = %dmV\n", current_voltage * 16 + 700); in eps_cpu_init()
266 if (current_voltage > 0x1f || max_voltage > 0x1f) in eps_cpu_init()
269 || current_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()