HomeSort by relevance Sort by last modified time
    Searched refs:vdd_last (Results 1 - 4 of 4) sorted by null

  /external/u-boot/board/freescale/common/
vid.c 282 int wait, vdd_last; local
307 vdd_last = wait_for_voltage_stable(i2caddress);
308 if (vdd_last < 0)
310 debug("VID: Current voltage is %d mV\n", vdd_last);
311 return vdd_last;
320 int ret, vdd_last, vdd_target = vdd; local
341 vdd_last = read_voltage_from_LTC(i2caddress);
342 if (vdd_last < 0) {
346 } while (vdd_last != vdd_target);
348 return vdd_last;
354 int vdd_last = -1; local
378 int vdd_target, vdd_current, vdd_last; local
594 int vdd_target, vdd_current, vdd_last; local
767 int vdd_last, ret, i2caddress; local
    [all...]
  /external/u-boot/board/freescale/t4qds/
t4240qds.c 141 static inline int wait_for_voltage_change(int vdd_last)
147 for (timeout = 0; abs(vdd_last - vdd_current) <= 4 &&
164 int timeout, vdd_current, vdd_last; local
166 vdd_last = read_voltage();
170 for (timeout = 0; abs(vdd_last - vdd_current) >= 4 &&
172 vdd_last = vdd_current;
186 int wait, vdd_last; local
188 vdd_last = read_voltage();
190 wait = wait_for_voltage_change(vdd_last);
196 vdd_last = wait_for_voltage_stable(wait)
212 int vdd_target, vdd_current, vdd_last; local
    [all...]
  /external/u-boot/board/freescale/ls1088a/
ls1088a.c 378 int ret, vdd_last; local
392 vdd_last = get_serdes_volt();
393 if (vdd_last < 0) {
397 } while (vdd_last != svdd);
  /external/u-boot/board/freescale/b4860qds/
b4860qds.c 138 int vdd_target, vdd_last; local
218 vdd_last = read_voltage();
219 if (vdd_last < 0) {
225 debug("VID: Core voltage is at %d mV\n", vdd_last);
315 vdd_last = read_voltage();
318 if (vdd_last > 0)
319 printf("VID: Core voltage %d mV\n", vdd_last);

Completed in 218 milliseconds