Home
last modified time | relevance | path

Searched +full:dsq6056 +full:- +full:00 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ !
Drichtek,rtq6056.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: RTQ6056 Bi-Directional Current and Power Monitor with 16-bit ADC
10 - ChiYuan Huang <cy_huang@richtek.com>
13 The RTQ6056 is a high accuracy current-sense monitor with I2C and SMBus
19 internal analog-to-digital converter ADC. The programmable calibration,
24 https://www.richtek.com/assets/product_file/RTQ6056/DSQ6056-00.pdf
29 - enum:
30 - richtek,rtq6056
[all …]
/linux-6.12.1/drivers/iio/adc/ !
Drtq6056.c1 // SPDX-License-Identifier: GPL-2.0
57 * RTQ6053/6 is OPMODE->VSHUNTCT->VBUSCT->AVG->RESET
58 * RTQ6059 is OPMODE->SADC->BADC->PGA->RESET
195 * - Fixed sampling conversion time
196 * - Average sample numbers
197 * - Channel scale
198 * - calibration coefficient
279 const struct richtek_dev_data *devdata = priv->devdata; in rtq6056_adc_read_channel()
280 struct device *dev = priv->dev; in rtq6056_adc_read_channel()
281 unsigned int addr = ch->address; in rtq6056_adc_read_channel()
[all …]