Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/power/supply/
Dcw2015_battery.c56 #define CW2015_AVERAGING_SAMPLES 3 macro
311 for (i = 0; i < CW2015_AVERAGING_SAMPLES; i++) { in cw_get_voltage()
318 avg /= CW2015_AVERAGING_SAMPLES; in cw_get_voltage()