Searched refs:current_voltage (Results 1 – 2 of 2) sorted by relevance
120 uint32_t current_voltage; in rkiovd_rk3568_notify() local132 current_voltage = regulator_get_voltage(rd->rd_rn.rn_phandle); in rkiovd_rk3568_notify()133 if (voltage < current_voltage) in rkiovd_rk3568_notify()134 voltage = current_voltage; in rkiovd_rk3568_notify()
1276 u16 current_voltage; in rv6xx_step_sw_voltage() local1284 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()