Searched refs:avg_factor_selected (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dad7192.c547 u8 avg_factor_selected, oversampling_ratio; local
549 avg_factor_selected = FIELD_GET(AD7192_MODE_AVG_MASK, st->mode);
551 if (!avg_factor_selected && !chop_en)
554 oversampling_ratio = st->oversampling_ratio_avail[avg_factor_selected];

Completed in 241 milliseconds