Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/common/
H A Dvid.c227 int timeout, vdd_current; in wait_for_new_voltage() local
257 int timeout, vdd_current, vdd; in wait_for_voltage_stable() local
270 vdd = vdd_current; in wait_for_voltage_stable()
276 return vdd_current; in wait_for_voltage_stable()
381 int vdd_target, vdd_current, vdd_last; in adjust_vdd() local
581 vdd_current = vdd_last; in adjust_vdd()
596 vdd_current += IR_VDD_STEP_UP; in adjust_vdd()
601 vdd_current -= IR_VDD_STEP_DOWN; in adjust_vdd()
771 vdd_current = vdd_last; in adjust_vdd()
781 vdd_current += IR_VDD_STEP_UP; in adjust_vdd()
[all …]
/openbmc/u-boot/board/freescale/t4qds/
H A Dt4240qds.c143 int timeout, vdd_current; in wait_for_voltage_change() local
145 vdd_current = read_voltage(); in wait_for_voltage_change()
149 vdd_current = read_voltage(); in wait_for_voltage_change()
164 int timeout, vdd_current, vdd_last; in wait_for_voltage_stable() local
169 vdd_current = read_voltage(); in wait_for_voltage_stable()
172 vdd_last = vdd_current; in wait_for_voltage_stable()
174 vdd_current = read_voltage(); in wait_for_voltage_stable()
181 return vdd_current; in wait_for_voltage_stable()
212 int vdd_target, vdd_current, vdd_last; in adjust_vdd() local
295 vdd_current = 121250 - (vid_current - 0x40) * 625; in adjust_vdd()
[all …]