Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/fdt/
Drkiovd.c120 uint32_t current_voltage; in rkiovd_rk3568_notify() local
132 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()
/openbsd/src/sys/dev/pci/drm/radeon/
Drv6xx_dpm.c1276 u16 current_voltage; in rv6xx_step_sw_voltage() local
1284 initial_voltage, &current_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()