Searched refs:VOLTAGE_CURRENT_MASK (Results 1 – 1 of 1) sorted by relevance
41 #define VOLTAGE_CURRENT_MASK GENMASK(13, 0) macro158 *val = (FIELD_GET(VOLTAGE_CURRENT_MASK, regval) * VOLTAGE_LSB) / 1000; in tps23861_read_voltage()181 *val = (FIELD_GET(VOLTAGE_CURRENT_MASK, regval) * current_lsb) / 1000000; in tps23861_read_current()
Completed in 5 milliseconds