Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad4691.c1152 unsigned int acc_mask, std_seq_config; in ad4691_cnv_burst_buffer_preenable() local
1200 std_seq_config = bitmap_read(indio_dev->active_scan_mask, 0, in ad4691_cnv_burst_buffer_preenable()
1202 ret = regmap_write(st->regmap, AD4691_STD_SEQ_CONFIG, std_seq_config); in ad4691_cnv_burst_buffer_preenable()
1206 acc_mask = ~std_seq_config & GENMASK(15, 0); in ad4691_cnv_burst_buffer_preenable()
1379 unsigned int acc_mask, std_seq_config; in ad4691_cnv_burst_offload_buffer_postenable() local
1383 std_seq_config = bitmap_read(indio_dev->active_scan_mask, 0, in ad4691_cnv_burst_offload_buffer_postenable()
1385 ret = regmap_write(st->regmap, AD4691_STD_SEQ_CONFIG, std_seq_config); in ad4691_cnv_burst_offload_buffer_postenable()
1389 acc_mask = ~std_seq_config & GENMASK(15, 0); in ad4691_cnv_burst_offload_buffer_postenable()