Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwmon/
Dtps23861.c166 unsigned int current_lsb; in tps23861_read_current() local
171 current_lsb = CURRENT_LSB_255; in tps23861_read_current()
173 current_lsb = CURRENT_LSB_250; in tps23861_read_current()
181 *val = (FIELD_GET(VOLTAGE_CURRENT_MASK, regval) * current_lsb) / 1000000; in tps23861_read_current()