Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dtps23861.c168 long raw_val, current_lsb; in tps23861_read_current() local
174 current_lsb = CURRENT_LSB_255; in tps23861_read_current()
176 current_lsb = CURRENT_LSB_250; in tps23861_read_current()
185 *val = (FIELD_GET(VOLTAGE_CURRENT_MASK, raw_val) * current_lsb) / 1000000; in tps23861_read_current()