Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/iio/adc/
H A Dqcom-vadc-common.h41 #define VADC_AVG_SAMPLES_MAX 512 macro
/openbmc/linux/drivers/iio/adc/
H A Dqcom-spmi-vadc.c440 if (!is_power_of_2(value) || value > VADC_AVG_SAMPLES_MAX) in vadc_avg_samples_from_dt()