Searched refs:current_lsb (Results 1 – 1 of 1) sorted by relevance
166 unsigned int current_lsb; in tps23861_read_current() local171 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()