Searched refs:vdd_microvolts (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dadc.h73 * @vdd_microvolts - positive reference Voltage value
86 int vdd_microvolts; member in struct:adc_uclass_plat
/u-boot/drivers/adc/
H A Dadc-uclass.c288 uc_pdata->vdd_microvolts = ret;
320 if (uc_pdata->vdd_microvolts == -ENODATA)
323 *uV = uc_pdata->vdd_microvolts * value_sign;
390 uc_pdata->vdd_microvolts = dev_read_u32_default(dev, prop, -ENODATA);
H A Dstm32-adc.c372 uc_pdata->vdd_microvolts = common->vref_uv;
H A Drockchip-saradc.c278 uc_pdata->vdd_microvolts = vref_uv;
H A Dmeson-saradc.c696 uc_pdata->vdd_microvolts = vref_uv;

Completed in 56 milliseconds