Home
last modified time | relevance | path

Searched refs:acc_mask (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
1206 acc_mask = ~std_seq_config & GENMASK(15, 0); in ad4691_cnv_burst_buffer_preenable()
1207 ret = regmap_write(st->regmap, AD4691_ACC_MASK_REG, acc_mask); in ad4691_cnv_burst_buffer_preenable()
1379 unsigned int acc_mask, std_seq_config; in ad4691_cnv_burst_offload_buffer_postenable() local
1389 acc_mask = ~std_seq_config & GENMASK(15, 0); in ad4691_cnv_burst_offload_buffer_postenable()
1390 ret = regmap_write(st->regmap, AD4691_ACC_MASK_REG, acc_mask); in ad4691_cnv_burst_offload_buffer_postenable()