Searched refs:sinc3_en (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | ad7192.c | 735 static int ad7192_compute_f_order(struct ad7192_state *st, bool sinc3_en, bool chop_en) in ad7192_compute_f_order() argument 746 if (sinc3_en) in ad7192_compute_f_order() 754 bool sinc3_en, chop_en; in ad7192_get_f_order() local 756 sinc3_en = FIELD_GET(AD7192_MODE_SINC3, st->mode); in ad7192_get_f_order() 759 return ad7192_compute_f_order(st, sinc3_en, chop_en); in ad7192_get_f_order() 762 static int ad7192_compute_f_adc(struct ad7192_state *st, bool sinc3_en, in ad7192_compute_f_adc() argument 765 unsigned int f_order = ad7192_compute_f_order(st, sinc3_en, chop_en); in ad7192_compute_f_adc()
|