Searched refs:AD7192_CONF_ACX (Results 1 – 1 of 1) sorted by relevance
93 #define AD7192_CONF_ACX BIT(22) /* AC excitation enable(AD7195 only) */ macro476 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()