Searched +full:ad4195 +full:- +full:4 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/adc/adi,ad4170-4.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Analog Devices AD4170-4 and similar Analog to Digital Converters10 - Marcelo Schmitt <marcelo.schmitt@analog.com>13 Analog Devices AD4170-4 series of Sigma-delta Analog to Digital Converters.15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4170-4.pdf16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4190-4.pdf17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4195-4.pdf[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Analog Devices AD4170-4 ADC driver6 * Author: Ana-Maria Cusco <ana-maria.cusco@analog.com>17 #include <linux/clk-provider.h>64 #define AD4170_CHAN_SETUP_REG(x) (0x81 + 4 * (x))65 #define AD4170_CHAN_MAP_REG(x) (0x83 + 4 * (x))81 /* AD4170_CONFIG_A_REG - INTERFACE_CONFIG_A REGISTER */85 #define AD4170_PIN_MUXING_DIG_AUX1_CTRL_MSK GENMASK(5, 4)92 #define AD4170_ADC_CTRL_CONT_READ_MSK GENMASK(5, 4)103 #define AD4170_CHAN_MAP_AINM_MSK GENMASK(4, 0)[all …]