Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dcw2015_battery.c57 #define CW2015_AVERAGING_SAMPLES 3 macro
312 for (i = 0; i < CW2015_AVERAGING_SAMPLES; i++) { in cw_get_voltage()
319 avg /= CW2015_AVERAGING_SAMPLES; in cw_get_voltage()