Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad7124.c79 #define AD7124_CONFIG_REF_SEL(x) FIELD_PREP(AD7124_CONFIG_REF_SEL_MSK, x) macro
399 val = AD7124_CONFIG_BIPOLAR(cfg->bipolar) | AD7124_CONFIG_REF_SEL(cfg->refsel) | in ad7124_write_config()