Searched refs:VADC_AVG_SAMPLES_MAX (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/iio/adc/ | ||
| D | qcom-vadc-common.h | 38 #define VADC_AVG_SAMPLES_MAX 512 macro |
| D | qcom-spmi-vadc.c | 438 if (!is_power_of_2(value) || value > VADC_AVG_SAMPLES_MAX) in vadc_avg_samples_from_dt() |