Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
De_powersaver.c139 u8 current_multiplier, current_voltage; in eps_set_state() local
143 current_voltage = lo & 0xff; in eps_set_state()
145 current_voltage * 16 + 700); in eps_set_state()
178 u8 current_multiplier, current_voltage; in eps_cpu_init() local
245 current_voltage = lo & 0xff; in eps_cpu_init()
247 current_voltage * 16 + 700); in eps_cpu_init()
270 if (current_voltage > 0x1f || max_voltage > 0x1f) in eps_cpu_init()
273 || current_voltage < min_voltage in eps_cpu_init()
274 || current_voltage > max_voltage) in eps_cpu_init()
285 if (!voltage_failsafe_off && max_voltage != current_voltage) { in eps_cpu_init()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D4965.c598 il4965_get_voltage_compensation(s32 eeprom_voltage, s32 current_voltage) in il4965_get_voltage_compensation() argument
603 TX_POWER_IL_ILLEGAL_VOLTAGE == current_voltage) in il4965_get_voltage_compensation()
606 il4965_math_div_round(current_voltage - eeprom_voltage, in il4965_get_voltage_compensation()
609 if (current_voltage > eeprom_voltage) in il4965_get_voltage_compensation()
/linux-4.4.14/drivers/gpu/drm/radeon/
Drv6xx_dpm.c1277 u16 current_voltage; in rv6xx_step_sw_voltage() local
1285 initial_voltage, &current_voltage)) || in rv6xx_step_sw_voltage()
1290 if (true_target_voltage < current_voltage) in rv6xx_step_sw_voltage()
1295 while (current_voltage != true_target_voltage) { in rv6xx_step_sw_voltage()
1296 current_voltage += signed_voltage_step; in rv6xx_step_sw_voltage()
1298 current_voltage); in rv6xx_step_sw_voltage()