Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/cdc/
H A Dad7150.c42 #define AD7150_CFG_FIX BIT(7) macro
166 thrfixed = FIELD_GET(AD7150_CFG_FIX, ret); in ad7150_read_event_config()
276 cfg = ret & ~(AD7150_CFG_THRESHTYPE_MSK | AD7150_CFG_FIX); in ad7150_write_event_config()
288 cfg |= FIELD_PREP(AD7150_CFG_FIX, fixed) | in ad7150_write_event_config()