Searched full:rshunt (Results 1 – 5 of 5) sorted by relevance
90 u32 rshunt; in ina233_probe() local117 /* read rshunt value (uOhm) */ in ina233_probe()120 ret = device_property_read_u32(dev, propname, &rshunt); in ina233_probe()124 rshunt = INA233_RSHUNT_DEFAULT; in ina233_probe()126 if (!rshunt) in ina233_probe()155 calibration = div64_u64(5120000000ULL, (u64)rshunt * current_lsb); in ina233_probe()159 current_lsb, rshunt); in ina233_probe()164 dev_dbg(dev, "power monitor %s (Rshunt = %u uOhm, Current_LSB = %u uA/bit)\n", in ina233_probe()165 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()
2281 Default value for Rshunt is 10 mOhms except for INA260 which has an