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

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

Completed in 312 milliseconds