Searched refs:current_voltage (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | e_powersaver.c | 140 u8 current_multiplier, current_voltage; in eps_set_state() local 144 current_voltage = lo & 0xff; in eps_set_state() 145 pr_info("Current voltage = %dmV\n", current_voltage * 16 + 700); in eps_set_state() 177 u8 current_multiplier, current_voltage; in eps_cpu_init() local 242 current_voltage = lo & 0xff; in eps_cpu_init() 243 pr_info("Current voltage = %dmV\n", current_voltage * 16 + 700); in eps_cpu_init() 264 if (current_voltage > 0x1f || max_voltage > 0x1f) in eps_cpu_init() 267 || current_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() [all...] |
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | e_powersaver.c | 140 u8 current_multiplier, current_voltage; in eps_set_state() local 144 current_voltage = lo & 0xff; in eps_set_state() 145 pr_info("Current voltage = %dmV\n", current_voltage * 16 + 700); in eps_set_state() 177 u8 current_multiplier, current_voltage; in eps_cpu_init() local 242 current_voltage = lo & 0xff; in eps_cpu_init() 243 pr_info("Current voltage = %dmV\n", current_voltage * 16 + 700); in eps_cpu_init() 264 if (current_voltage > 0x1f || max_voltage > 0x1f) in eps_cpu_init() 267 || current_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() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965.c | 582 il4965_get_voltage_compensation(s32 eeprom_voltage, s32 current_voltage) in il4965_get_voltage_compensation() argument 587 TX_POWER_IL_ILLEGAL_VOLTAGE == current_voltage) in il4965_get_voltage_compensation() 590 il4965_math_div_round(current_voltage - eeprom_voltage, in il4965_get_voltage_compensation() 593 if (current_voltage > eeprom_voltage) in il4965_get_voltage_compensation()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965.c | 582 il4965_get_voltage_compensation(s32 eeprom_voltage, s32 current_voltage) in il4965_get_voltage_compensation() argument 587 TX_POWER_IL_ILLEGAL_VOLTAGE == current_voltage) in il4965_get_voltage_compensation() 590 il4965_math_div_round(current_voltage - eeprom_voltage, in il4965_get_voltage_compensation() 593 if (current_voltage > eeprom_voltage) in il4965_get_voltage_compensation()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | rv6xx_dpm.c | 1276 u16 current_voltage; in rv6xx_step_sw_voltage() local 1284 initial_voltage, ¤t_voltage)) || in rv6xx_step_sw_voltage() 1289 if (true_target_voltage < current_voltage) in rv6xx_step_sw_voltage() 1294 while (current_voltage != true_target_voltage) { in rv6xx_step_sw_voltage() 1295 current_voltage += signed_voltage_step; in rv6xx_step_sw_voltage() 1297 current_voltage); in rv6xx_step_sw_voltage()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | rv6xx_dpm.c | 1276 u16 current_voltage; in rv6xx_step_sw_voltage() local 1284 initial_voltage, ¤t_voltage)) || in rv6xx_step_sw_voltage() 1289 if (true_target_voltage < current_voltage) in rv6xx_step_sw_voltage() 1294 while (current_voltage != true_target_voltage) { in rv6xx_step_sw_voltage() 1295 current_voltage += signed_voltage_step; in rv6xx_step_sw_voltage() 1297 current_voltage); in rv6xx_step_sw_voltage()
|
Completed in 13 milliseconds