Searched refs:LTC6373_CONVERSION_MASK (Results 1 – 1 of 1) sorted by relevance
35 #define LTC6373_CONVERSION_MASK GENMASK(2, 0) macro110 & LTC6373_CONVERSION_MASK; in ltc6373_gain_dB_to_code()149 int gain = ((~code & LTC6373_CONVERSION_MASK) - 3) * in ltc6373_code_to_gain_dB()