Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dina2xx.c140 int shunt_voltage_shift; member
163 .shunt_voltage_shift = 0,
177 .shunt_voltage_shift = 0,
191 .shunt_voltage_shift = 4,
205 .shunt_voltage_shift = 0,
218 .shunt_voltage_shift = 0,
232 .shunt_voltage_shift = 0,
294 val = DIV_ROUND_CLOSEST((s16)regval >> data->config->shunt_voltage_shift, in ina2xx_get_value()
406 return min_t(long, (val * data->config->shunt_div) << data->config->shunt_voltage_shift, in ina226_alert_to_reg()