Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/adc/
Dad7192.c99 #define AD7192_CONF_ACX BIT(22) /* AC excitation enable(AD7195 only) */ macro
665 return sysfs_emit(buf, "%ld\n", FIELD_GET(AD7192_CONF_ACX, st->conf)); in ad7192_show_ac_excitation()
709 st->conf |= AD7192_CONF_ACX; in ad7192_set()
711 st->conf &= ~AD7192_CONF_ACX; in ad7192_set()