Home
last modified time | relevance | path

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

/drivers/iio/adc/
Dad7793.c85 #define AD7793_CONF_GAIN(x) (((x) & 0x7) << 8) /* Gain Select */ macro
306 st->conf |= AD7793_CONF_GAIN(7); in ad7793_setup()
542 st->conf &= ~AD7793_CONF_GAIN(-1); in ad7793_write_raw()
543 st->conf |= AD7793_CONF_GAIN(i); in ad7793_write_raw()