Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/fuel_gauge/
H A Dfg_rk817.c207 #define ADC_TO_CURRENT(adc_value, samp_res) \ argument
208 (adc_value * 1720 / 1000 / samp_res)
212 #define ADC_TO_CAPACITY(adc_value, samp_res) \ argument
213 (adc_value / 1000 * 1720 / 3600 / samp_res)
217 #define ADC_TO_CAPACITY_UAH(adc_value, samp_res) \ argument
218 (adc_value / 3600 * 1720 / samp_res)
219 #define ADC_TO_CAPACITY_MAH(adc_value, samp_res) \ argument
220 (adc_value / 1000 * 1720 / 3600 / samp_res)
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3399-evb.dts32 rockchip,adc_value = <1>;
47 rockchip,adc_value = <10>;