Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/b4860qds/
H A Db4860qds.c266 temp_voltage = existing_voltage - ZM_STEP; in adjust_vdd()
267 while (temp_voltage >= voltage) { in adjust_vdd()
268 ret = zm_write_voltage(temp_voltage); in adjust_vdd()
269 if (ret == temp_voltage) { in adjust_vdd()
270 temp_voltage -= ZM_STEP; in adjust_vdd()
276 temp_voltage/10); in adjust_vdd()
282 temp_voltage = existing_voltage + ZM_STEP; in adjust_vdd()
284 ret = zm_write_voltage(temp_voltage); in adjust_vdd()
285 if (ret == temp_voltage) { in adjust_vdd()
286 temp_voltage += ZM_STEP; in adjust_vdd()
[all …]