Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dtps23861.c106 #define VOLTAGE_LSB 3662 /* 3.662 mV */ macro
160 *val = (FIELD_GET(VOLTAGE_CURRENT_MASK, raw_val) * VOLTAGE_LSB) / 1000; in tps23861_read_voltage()