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

  /external/u-boot/board/freescale/common/
vid.c 227 int timeout, vdd_current; local
229 vdd_current = read_voltage(i2caddress);
240 abs(vdd - vdd_current) > (IR_VDD_STEP_UP + IR_VDD_STEP_DOWN) &&
242 vdd_current = read_voltage(i2caddress);
257 int timeout, vdd_current, vdd; local
263 vdd_current = read_voltage(i2caddress);
268 abs(vdd - vdd_current) > ADC_MIN_ACCURACY &&
270 vdd = vdd_current;
272 vdd_current = read_voltage(i2caddress);
276 return vdd_current;
378 int vdd_target, vdd_current, vdd_last; local
594 int vdd_target, vdd_current, vdd_last; local
    [all...]
  /external/u-boot/board/freescale/t4qds/
t4240qds.c 143 int timeout, vdd_current; local
145 vdd_current = read_voltage();
147 for (timeout = 0; abs(vdd_last - vdd_current) <= 4 &&
149 vdd_current = read_voltage();
164 int timeout, vdd_current, vdd_last; local
169 vdd_current = read_voltage();
170 for (timeout = 0; abs(vdd_last - vdd_current) >= 4 &&
172 vdd_last = vdd_current;
174 vdd_current = read_voltage();
181 return vdd_current;
212 int vdd_target, vdd_current, vdd_last; local
    [all...]

Completed in 286 milliseconds