Searched +full:dsq6056 +full:- +full:00 (Results 1 – 2 of 2) sorted by relevance
1 # 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 ADC10 - ChiYuan Huang <cy_huang@richtek.com>13 The RTQ6056 is a high accuracy current-sense monitor with I2C and SMBus19 internal analog-to-digital converter ADC. The programmable calibration,24 https://www.richtek.com/assets/product_file/RTQ6056/DSQ6056-00.pdf29 - enum:30 - richtek,rtq6056[all …]
1 // SPDX-License-Identifier: GPL-2.057 * RTQ6053/6 is OPMODE->VSHUNTCT->VBUSCT->AVG->RESET58 * RTQ6059 is OPMODE->SADC->BADC->PGA->RESET195 * - Fixed sampling conversion time196 * - Average sample numbers197 * - Channel scale198 * - calibration coefficient279 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 …]