Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/iio/adc/
H A Dqcom-vadc-common.h42 #define ADC5_AVG_SAMPLES_MAX 16 macro
/openbmc/linux/drivers/iio/adc/
H A Dqcom-vadc-common.c741 if (!is_power_of_2(value) || value > ADC5_AVG_SAMPLES_MAX) in qcom_adc5_avg_samples_from_dt()