Searched refs:volt_old (Results 1 - 3 of 3) sorted by relevance

/drivers/cpufreq/
H A Domap-cpufreq.c46 unsigned long freq, volt = 0, volt_old = 0, tol = 0; local
74 volt_old = regulator_get_voltage(mpu_reg);
78 old_freq / 1000, volt_old ? volt_old / 1000 : -1,
H A Dcpufreq-dt.c47 unsigned long volt = 0, volt_old = 0, tol = 0; local
72 volt_old = regulator_get_voltage(cpu_reg);
76 old_freq / 1000, volt_old ? volt_old / 1000 : -1,
93 regulator_set_voltage_tol(cpu_reg, volt_old, tol);
H A Dimx6q-cpufreq.c43 unsigned long freq_hz, volt, volt_old; local
61 volt_old = regulator_get_voltage(arm_reg);
64 old_freq / 1000, volt_old / 1000,
109 regulator_set_voltage_tol(arm_reg, volt_old, 0);

Completed in 98 milliseconds