Searched +full:ad7605 +full:- +full:4 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad7606.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 14 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7605-4.pdf 15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7606B.pdf 17 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7616.pdf 22 - adi,ad7605-4 23 - adi,ad7606-4 [all …]
|
/linux/drivers/iio/adc/ |
H A D | ad7606_par.c | 1 // SPDX-License-Identifier: GPL-2.0 38 if (st->gpio_frstdata) { in ad7606_par16_read_block() 39 insw((unsigned long)st->base_address, _buf, 1); in ad7606_par16_read_block() 40 if (!gpiod_get_value(st->gpio_frstdata)) { in ad7606_par16_read_block() 42 return -EIO; in ad7606_par16_read_block() 45 num--; in ad7606_par16_read_block() 47 insw((unsigned long)st->base_address, _buf, num); in ad7606_par16_read_block() 72 if (st->gpio_frstdata) { in ad7606_par8_read_block() 73 insb((unsigned long)st->base_address, _buf, 2); in ad7606_par8_read_block() 74 if (!gpiod_get_value(st->gpio_frstdata)) { in ad7606_par8_read_block() [all …]
|
H A D | ad7606_spi.c | 1 // SPDX-License-Identifier: GPL-2.0 19 #define AD7616_OS_MASK GENMASK(4, 2) 26 * 0, 1, 2, 3 in a register followed by 4, 5, 6, 7 in second register. 27 * For channels from second group(8-15) the order is the same, only with 40 * Each register stores range for 2 channels(4 bits per channel). 42 #define AD7606_RANGE_CH_MSK(ch) (GENMASK(3, 0) << (4 * ((ch) & 0x1))) 44 ((GENMASK(3, 0) & mode) << (4 * ((ch) & 0x1))) 54 AD7616_CHANNEL(4), 74 AD7616_CHANNEL(4), 81 1, 2, 4, 8, 16, 32, 64, 128, 256 [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 bool "ST-Ericsson AB8500 GPADC driver" 45 Say yes here to build support for Analog Devices AD4130-8 SPI analog 73 Say yes here to build support for Analog Devices AD7091R-5 ADC. 81 Say yes here to build support for Analog Devices AD7091R-2, AD7091R-4, 82 and AD7091R-8 ADC. 88 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver" 92 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8 107 - AD7172-2 108 - AD7173-8 [all …]
|