Home
last modified time | relevance | path

Searched +full:rfsadj +full:- +full:ohms (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ltc2672.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michael Hennerich <michael.hennerich@analog.com>
11 - Kim Seer Paller <kimseer.paller@analog.com>
14 Analog Devices LTC2672 5 channel, 12-/16-Bit, 300mA DAC
15 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2672.pdf
20 - adi,ltc2672
25 spi-max-frequency:
28 vcc-supply:
[all …]
/linux/drivers/iio/dac/
H A Dltc2664.c1 // SPDX-License-Identifier: GPL-2.0
3 * LTC2664 4 channel, 12-/16-Bit Voltage Output SoftSpan DAC driver
4 * LTC2672 5 channel, 12-/16-Bit Current Output Softspan DAC driver
115 { -5000, 5000 },
116 { -10000, 10000 },
117 { -2500, 2500 },
134 const struct ltc2664_chan *chan = &st->channels[c]; in ltc2664_scale_get()
135 const int (*span_helper)[2] = st->chip_info->span_helper; in ltc2664_scale_get()
138 span = chan->span; in ltc2664_scale_get()
142 fs = span_helper[span][1] - span_helper[span][0]; in ltc2664_scale_get()
[all …]