Home
last modified time | relevance | path

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

/u-boot/board/freescale/common/
A Dvid.c399 int timeout, vdd_current; in wait_for_new_voltage() local
401 vdd_current = read_voltage(i2caddress); in wait_for_new_voltage()
429 int timeout, vdd_current, vdd; in wait_for_voltage_stable() local
434 vdd_current = read_voltage(i2caddress); in wait_for_voltage_stable()
442 vdd = vdd_current; in wait_for_voltage_stable()
448 return vdd_current; in wait_for_voltage_stable()
582 int vdd_current, vdd_last, vdd_target; in adjust_vdd() local
707 vdd_current = vdd_last; in adjust_vdd()
714 vdd_last = vdd_current; in adjust_vdd()
724 vdd_current += IR_VDD_STEP_UP; in adjust_vdd()
[all …]

Completed in 3 milliseconds