Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dqcom-pm8xxx-xoadc.c586 u16 read_0625v; in pm8xxx_calibrate_device() local
606 ret = pm8xxx_read_channel(adc, ch, &read_0625v); in pm8xxx_calibrate_device()
611 if (read_1250v == read_0625v) { in pm8xxx_calibrate_device()
616 adc->graph[VADC_CALIB_ABSOLUTE].dy = read_1250v - read_0625v; in pm8xxx_calibrate_device()
617 adc->graph[VADC_CALIB_ABSOLUTE].gnd = read_0625v; in pm8xxx_calibrate_device()