Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/devicetree/bindings/hwmon/pmbus/
Disil,isl68137.yaml87 <Rout Rtotal> which yields an adjusted Vout as
88 Vout_adj = Vout * Rtotal / Rout given the original Vout as reported
90 below, Rtotal = R1 + Rout.
/linux-6.14.4/drivers/hwmon/pmbus/
Disl68137.c195 * I.e. Vout = Vsense * Rtotal / Rout in raa_dmpvr2_read_word_data()
233 * I.e. Vsense = Vout * Rout / Rtotal in raa_dmpvr2_write_word_data()
293 u32 channel, rout, rtotal; in isl68137_probe_child_from_dt() local
317 rtotal = data->channel[channel].vout_voltage_divider[1]; in isl68137_probe_child_from_dt()
323 if (rtotal < rout) { in isl68137_probe_child_from_dt()
363 * Initialize all voltage dividers to Rout=1 and Rtotal=1 to simplify in isl68137_probe()