Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad7793.c85 #define AD7793_CONF_REFSEL(x) ((x) << 6) /* INT/EXT Reference Select */ macro
292 st->conf |= AD7793_CONF_REFSEL(pdata->refsel); in ad7793_setup()