Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dina233.c90 u32 rshunt; in ina233_probe() local
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()
165 client->name, rshunt, current_lsb); in ina233_probe()