Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/common/
H A Dvid.c92 #define WAIT_FOR_ADC 532 /* wait for 532 microseconds for ADC */ macro
95 #define WAIT_FOR_ADC 138 /* wait for 138 microseconds for ADC */ macro
122 udelay(WAIT_FOR_ADC); in read_voltage_from_INA220()
157 udelay(WAIT_FOR_ADC); in read_voltage_from_IR()
260 udelay(NUM_READINGS * WAIT_FOR_ADC); in wait_for_voltage_stable()
271 udelay(NUM_READINGS * WAIT_FOR_ADC); in wait_for_voltage_stable()
305 debug("VID: Waited %d us\n", wait * NUM_READINGS * WAIT_FOR_ADC); in set_voltage_to_IR()
/openbmc/u-boot/board/freescale/t4qds/
H A Dt4240qds.c108 #define WAIT_FOR_ADC 532 /* wait for 532 microseconds for ADC */ macro
129 udelay(WAIT_FOR_ADC); in read_voltage()
167 udelay(wait * NUM_READINGS * WAIT_FOR_ADC); in wait_for_voltage_stable()
173 udelay(wait * NUM_READINGS * WAIT_FOR_ADC); in wait_for_voltage_stable()
193 debug("VID: Waited %d us\n", wait * NUM_READINGS * WAIT_FOR_ADC); in set_voltage()
/openbmc/u-boot/board/freescale/b4860qds/
H A Db4860qds.c101 #define WAIT_FOR_ADC 532 /* wait for 532 microseconds for ADC */ macro
123 udelay(WAIT_FOR_ADC); in read_voltage()