Searched refs:AD7124_ADC_CONTROL_MODE (Results 1 – 1 of 1) sorted by relevance
58 #define AD7124_ADC_CONTROL_MODE GENMASK(5, 2) macro284 st->adc_control &= ~AD7124_ADC_CONTROL_MODE; in ad7124_set_mode()285 st->adc_control |= FIELD_PREP(AD7124_ADC_CONTROL_MODE, mode); in ad7124_set_mode()1446 st->adc_control &= ~AD7124_ADC_CONTROL_MODE; in ad7124_setup()1447 st->adc_control |= FIELD_PREP(AD7124_ADC_CONTROL_MODE, AD_SD_MODE_IDLE); in ad7124_setup()