Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/common/
H A Dvid.c282 int wait, vdd_last; in set_voltage_to_IR() local
308 if (vdd_last < 0) in set_voltage_to_IR()
311 return vdd_last; in set_voltage_to_IR()
351 return vdd_last; in set_voltage_to_LTC()
357 int vdd_last = -1; in set_voltage() local
366 return vdd_last; in set_voltage()
576 if (vdd_last < 0) { in adjust_vdd()
611 if (vdd_last > 0) in adjust_vdd()
613 vdd_last); in adjust_vdd()
790 if (vdd_last > 0) in adjust_vdd()
[all …]
/openbmc/u-boot/board/freescale/t4qds/
H A Dt4240qds.c166 vdd_last = read_voltage(); in wait_for_voltage_stable()
172 vdd_last = vdd_current; in wait_for_voltage_stable()
186 int wait, vdd_last; in set_voltage() local
188 vdd_last = read_voltage(); in set_voltage()
197 if (vdd_last < 0) in set_voltage()
201 return vdd_last; in set_voltage()
303 vdd_last = read_voltage(); in adjust_vdd()
304 if (vdd_last < 0) { in adjust_vdd()
316 vdd_last > (vdd_target + 8)) { in adjust_vdd()
325 vdd_last < vdd_target + 2) { in adjust_vdd()
[all …]
/openbmc/u-boot/board/freescale/b4860qds/
H A Db4860qds.c138 int vdd_target, vdd_last; in adjust_vdd() local
218 vdd_last = read_voltage(); in adjust_vdd()
219 if (vdd_last < 0) { in adjust_vdd()
225 debug("VID: Core voltage is at %d mV\n", vdd_last); in adjust_vdd()
315 vdd_last = read_voltage(); in adjust_vdd()
318 if (vdd_last > 0) in adjust_vdd()
319 printf("VID: Core voltage %d mV\n", vdd_last); in adjust_vdd()
/openbmc/u-boot/board/freescale/ls1088a/
H A Dls1088a.c522 int ret, vdd_last; in set_serdes_volt() local
536 vdd_last = get_serdes_volt(); in set_serdes_volt()
537 if (vdd_last < 0) { in set_serdes_volt()
541 } while (vdd_last != svdd); in set_serdes_volt()