Home
last modified time | relevance | path

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

/linux/drivers/iio/amplifiers/
H A Dhmc425a.c35 #define LTC6373_CONVERSION_MASK GENMASK(2, 0) macro
110 & LTC6373_CONVERSION_MASK; in ltc6373_gain_dB_to_code()
149 int gain = ((~code & LTC6373_CONVERSION_MASK) - 3) * in ltc6373_code_to_gain_dB()