Searched full:rshunt (Results 1 – 5 of 5) sorted by relevance
89 u32 rshunt; in ina233_probe() local116 /* 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()
54 shunt resistor value. The value resolution will be equal to 10uV/Rshunt.
369 /* processed (mA): Vcsa (nV) / Rshunt (uOhm) */ in max9611_read_raw()387 * Rshunt (uOhm) in max9611_read_raw()
576 /* calibration = coefficient / (Rshunt (uOhm) * current lsb (1mA)) */ in rtq6056_set_shunt_resistor()
2280 Default value for Rshunt is 10 mOhms except for INA260 which has an