Searched +full:10001 +full:- +full:adc (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/adc/cosmic,10001-adc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Cosmic Circuits CC-10001 ADC10 - Jonathan Cameron <jic23@kernel.org>13 Cosmic Circuits 10001 10-bit ADC device.17 const: cosmic,10001-adc22 adc-reserved-channels:31 clock-names:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2014-2015 Imagination Technologies Ltd.48 * As per device specification, wait six clock cycles after power-up to70 writel(val, adc_dev->reg_base + reg); in cc10001_adc_write_reg()76 return readl(adc_dev->reg_base + reg); in cc10001_adc_read_reg()82 ndelay(adc_dev->start_delay_ns); in cc10001_adc_power_up()147 indio_dev = pf->indio_dev; in cc10001_adc_trigger_h()149 data = adc_dev->buf; in cc10001_adc_trigger_h()151 mutex_lock(&adc_dev->lock); in cc10001_adc_trigger_h()153 if (!adc_dev->shared) in cc10001_adc_trigger_h()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # ADC drivers10 bool "ST-Ericsson AB8500 GPADC driver"25 tristate "Analog Devices AD7091R5 ADC Driver"29 Say yes here to build support for Analog Devices AD7091R-5 ADC.32 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver"36 Say yes here to build support for Analog Devices AD7124-4 and AD7124-837 SPI analog to digital converters (ADC).43 tristate "Analog Devices AD7190 AD7192 AD7193 AD7195 ADC driver"48 AD7192, AD7193 or AD7195 SPI analog to digital converters (ADC).[all …]
1 // SPDX-License-Identifier: GPL-2.0-only7 #include <dt-bindings/clock/pistachio-clk.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/interrupt-controller/irq.h>10 #include <dt-bindings/interrupt-controller/mips-gic.h>11 #include <dt-bindings/reset/pistachio-resets.h>16 #address-cells = <1>;17 #size-cells = <1>;19 interrupt-parent = <&gic>;22 #address-cells = <1>;[all …]