Searched refs:adc_raw_to_uV (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | adc.c | 90 if (!ret && !adc_raw_to_uV(dev, data, &uV)) in do_adc_single() 139 if (!adc_raw_to_uV(dev, ch[i].data, &uV)) in do_adc_scan()
|
/openbmc/u-boot/include/ |
H A D | adc.h | 306 int adc_raw_to_uV(struct udevice *dev, unsigned int raw, int *uV);
|
/openbmc/u-boot/test/dm/ |
H A D | adc.c | 191 ut_assertok(adc_raw_to_uV(dev, data, &uV)); in dm_test_adc_raw_to_uV()
|
/openbmc/u-boot/drivers/adc/ |
H A D | adc-uclass.c | 345 int adc_raw_to_uV(struct udevice *dev, unsigned int raw, int *uV) in adc_raw_to_uV() function
|