Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
Drk817_battery.c74 #define ADC_TO_CURRENT(adc_value, samp_res) \ argument
79 #define ADC_TO_CAPACITY(adc_value, samp_res) \ argument
84 #define ADC_TO_CAPACITY_UAH(adc_value, samp_res) \ argument
86 #define ADC_TO_CAPACITY_MAH(adc_value, samp_res) \ argument
/device/soc/rockchip/common/vendor/drivers/power/
Drk817_battery.c73 #define ADC_TO_CURRENT(adc_value, samp_res) ((adc_value) * 172 / 1000 / (samp_res)) argument
76 #define ADC_TO_CAPACITY(adc_value, samp_res) ((adc_value) / 1000 * 172 / 3600 / (samp_res)) argument
79 #define ADC_TO_CAPACITY_UAH(adc_value, samp_res) ((adc_value) / 3600 * 172 / (samp_res)) argument
80 #define ADC_TO_CAPACITY_MAH(adc_value, samp_res) ((adc_value) / 1000 * 172 / 3600 / (samp_res)) argument