Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad7124.c59 #define AD7124_ADC_CONTROL_MODE GENMASK(5, 2) macro
285 st->adc_control &= ~AD7124_ADC_CONTROL_MODE; in ad7124_set_mode()
286 st->adc_control |= FIELD_PREP(AD7124_ADC_CONTROL_MODE, mode); in ad7124_set_mode()
1447 st->adc_control &= ~AD7124_ADC_CONTROL_MODE; in ad7124_setup()
1448 st->adc_control |= FIELD_PREP(AD7124_ADC_CONTROL_MODE, AD_SD_MODE_IDLE); in ad7124_setup()