Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dad7793.c79 #define AD7793_CONF_VBIAS(x) (((x) & 0x3) << 14) /* Bias Voltage macro
295 st->conf |= AD7793_CONF_VBIAS(pdata->bias_voltage); in ad7793_setup()