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

  /external/u-boot/board/freescale/common/
vid.c 82 * read_voltage from sensor on I2C bus
204 static int read_voltage(int i2caddress) function
229 vdd_current = read_voltage(i2caddress);
242 vdd_current = read_voltage(i2caddress);
259 vdd = read_voltage(i2caddress);
263 vdd_current = read_voltage(i2caddress);
272 vdd_current = read_voltage(i2caddress);
535 vdd_last = read_voltage(i2caddress);
725 vdd_last = read_voltage(i2caddress);
789 vdd_last = read_voltage(i2caddress)
    [all...]
  /external/u-boot/board/freescale/t4qds/
t4240qds.c 104 * read_voltage from sensor on I2C bus
110 static inline int read_voltage(void) function
145 vdd_current = read_voltage();
149 vdd_current = read_voltage();
166 vdd_last = read_voltage();
169 vdd_current = read_voltage();
174 vdd_current = read_voltage();
188 vdd_last = read_voltage();
303 vdd_last = read_voltage();
732 vdd = read_voltage();
    [all...]
  /external/u-boot/board/freescale/b4860qds/
b4860qds.c 98 * read_voltage from sensor on I2C bus
104 static inline int read_voltage(void) function
218 vdd_last = read_voltage();
315 vdd_last = read_voltage();

Completed in 545 milliseconds