Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dvid.c84 #define WAIT_FOR_ADC 532 /* wait for 532 microseconds for ADC */ macro
87 #define WAIT_FOR_ADC 138 /* wait for 138 microseconds for ADC */ macro
114 udelay(WAIT_FOR_ADC); in read_voltage_from_INA220()
149 udelay(WAIT_FOR_ADC); in read_voltage_from_IR()
219 udelay(NUM_READINGS * WAIT_FOR_ADC); in wait_for_voltage_stable()
230 udelay(NUM_READINGS * WAIT_FOR_ADC); in wait_for_voltage_stable()
265 debug("VID: Waited %d us\n", wait * NUM_READINGS * WAIT_FOR_ADC); in set_voltage_to_IR()
/OK3568_Linux_fs/u-boot/board/freescale/t4qds/
H A Dt4240qds.c109 #define WAIT_FOR_ADC 532 /* wait for 532 microseconds for ADC */ macro
130 udelay(WAIT_FOR_ADC); in read_voltage()
168 udelay(wait * NUM_READINGS * WAIT_FOR_ADC); in wait_for_voltage_stable()
174 udelay(wait * NUM_READINGS * WAIT_FOR_ADC); in wait_for_voltage_stable()
194 debug("VID: Waited %d us\n", wait * NUM_READINGS * WAIT_FOR_ADC); in set_voltage()
/OK3568_Linux_fs/u-boot/board/freescale/b4860qds/
H A Db4860qds.c102 #define WAIT_FOR_ADC 532 /* wait for 532 microseconds for ADC */ macro
124 udelay(WAIT_FOR_ADC); in read_voltage()