Searched refs:AD7793_CONF_GAIN (Results 1 – 1 of 1) sorted by relevance
84 #define AD7793_CONF_GAIN(x) (((x) & 0x7) << 8) /* Gain Select */ macro307 st->conf |= AD7793_CONF_GAIN(7); in ad7793_setup()486 st->conf &= ~AD7793_CONF_GAIN(-1); in ad7793_write_raw()487 st->conf |= AD7793_CONF_GAIN(i); in ad7793_write_raw()