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

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

Completed in 49 milliseconds