Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dad7192.c93 #define AD7192_CONF_ACX BIT(22) /* AC excitation enable(AD7195 only) */ macro
476 return sysfs_emit(buf, "%d\n", !!(st->conf & AD7192_CONF_ACX)); in ad7192_show_ac_excitation()
519 st->conf |= AD7192_CONF_ACX; in ad7192_set()
521 st->conf &= ~AD7192_CONF_ACX; in ad7192_set()