Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Disl68137.c198 * I.e. Vout = Vsense * Rtotal / Rout in raa_dmpvr2_read_word_data()
236 * I.e. Vsense = Vout * Rout / Rtotal in raa_dmpvr2_write_word_data()
296 u32 channel, rout, rtotal; in isl68137_probe_child_from_dt() local
320 rtotal = data->channel[channel].vout_voltage_divider[1]; in isl68137_probe_child_from_dt()
326 if (rtotal < rout) { in isl68137_probe_child_from_dt()
365 * Initialize all voltage dividers to Rout=1 and Rtotal=1 to simplify in isl68137_probe()