Searched refs:AD7192_CONF_ACX (Results 1 – 1 of 1) sorted by relevance
95 #define AD7192_CONF_ACX BIT(22) /* AC excitation enable(AD7195 only) */ macro478 return sysfs_emit(buf, "%d\n", !!(st->conf & AD7192_CONF_ACX)); in ad7192_show_ac_excitation()521 st->conf |= AD7192_CONF_ACX; in ad7192_set()523 st->conf &= ~AD7192_CONF_ACX; in ad7192_set()