Lines Matching +full:32 +full:- +full:rail
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Hardware monitoring driver for MPS Multi-phase Digital VR Controllers(MP2993)
16 #define MP2993_READ_VIN_DIV 32
46 mantissa = mantissa << (exponent - target_exponent); in mp2993_linear11_exponent_transfer()
48 mantissa = mantissa >> (target_exponent - exponent); in mp2993_linear11_exponent_transfer()
96 * per rail are always the same, so only PMBUS_OT_FAULT_LIMIT in mp2993_read_word_data()
103 /* The MP2993 vin scale is (1/32V)/Lsb */ in mp2993_read_word_data()
132 ret = -ENODATA; in mp2993_read_word_data()
135 ret = -EINVAL; in mp2993_read_word_data()
157 * per rail are always the same, so only PMBUS_OT_FAULT_LIMIT in mp2993_write_word_data()
195 ret = -EINVAL; in mp2993_write_word_data()