Home
last modified time | relevance | path

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

/drivers/hwmon/
A Dtps23861.c41 #define VOLTAGE_CURRENT_MASK GENMASK(13, 0) macro
159 *val = (FIELD_GET(VOLTAGE_CURRENT_MASK, raw_val) * VOLTAGE_LSB) / 1000; in tps23861_read_voltage()
184 *val = (FIELD_GET(VOLTAGE_CURRENT_MASK, raw_val) * current_lsb) / 1000000; in tps23861_read_current()

Completed in 4 milliseconds