Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/hwmon/
H A Dti,ina2xx.yaml47 property only applies to devices that have configurable PGA/ADCRANGE. The
55 For devices that have ADCRANGE configuration (e.g. INA238) a shunt-gain
56 value of 1 maps to ADCRANGE=1 where no gain divisor is applied to the
57 shunt voltage, and a value of 4 maps to ADCRANGE=0 such that a wider
61 of PGA/ADCRANGE in the respective configuration registers.
/linux/drivers/hwmon/
H A Dina238.c566 data->gain = 4; /* Default of ADCRANGE = 0 */ in ina238_probe()
575 config |= INA238_CONFIG_ADCRANGE; /* ADCRANGE = 1 is /1 */ in ina238_probe()