Home
last modified time | relevance | path

Searched full:rshunt (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hwmon/pmbus/
H A Dina233.c89 u32 rshunt; in ina233_probe() local
116 /* read rshunt value (uOhm) */ in ina233_probe()
117 ret = device_property_read_u32(dev, "shunt-resistor", &rshunt); in ina233_probe()
121 rshunt = INA233_RSHUNT_DEFAULT; in ina233_probe()
123 if (!rshunt) in ina233_probe()
153 calibration = div64_u64(5120000000ULL, (u64)rshunt * current_lsb); in ina233_probe()
157 current_lsb, rshunt); in ina233_probe()
162 dev_dbg(dev, "power monitor %s (Rshunt = %u uOhm, Current_LSB = %u uA/bit)\n", in ina233_probe()
163 client->name, rshunt, current_lsb); in ina233_probe()
/linux/Documentation/hwmon/
H A Dtmp513.rst54 shunt resistor value. The value resolution will be equal to 10uV/Rshunt.
/linux/drivers/iio/adc/
H A Dmax9611.c369 /* processed (mA): Vcsa (nV) / Rshunt (uOhm) */ in max9611_read_raw()
387 * Rshunt (uOhm) in max9611_read_raw()
H A Drtq6056.c576 /* calibration = coefficient / (Rshunt (uOhm) * current lsb (1mA)) */ in rtq6056_set_shunt_resistor()
/linux/drivers/hwmon/
H A DKconfig2280 Default value for Rshunt is 10 mOhms except for INA260 which has an