Searched refs:calibration_factor (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hwmon/
H A Dina2xx.c91 int calibration_factor; member in struct:ina2xx_config
119 .calibration_factor = 40960000,
128 .calibration_factor = 5120000,
178 u16 val = DIV_ROUND_CLOSEST(data->config->calibration_factor, ina2xx_calibrate()
302 val = DIV_ROUND_CLOSEST(data->config->calibration_factor, ina2xx_get_value()
345 val > data->config->calibration_factor) ina2xx_set_shunt()
499 data->rshunt > data->config->calibration_factor) ina2xx_probe()

Completed in 29 milliseconds