Searched refs:AD7793_CONF_VBIAS (Results 1 – 1 of 1) sorted by relevance
80 #define AD7793_CONF_VBIAS(x) (((x) & 0x3) << 14) /* Bias Voltage macro294 st->conf |= AD7793_CONF_VBIAS(pdata->bias_voltage); in ad7793_setup()