Searched +full:vf610 +full:- +full:dac (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/iio/dac/ |
D | fsl,vf610-dac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/dac/fsl,vf610-dac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Freescale vf610 Digital to Analog Converter 10 - Sanchayan Maity <maitysanchayan@gmail.com> 14 const: fsl,vf610-dac 25 clock-names: 26 const: dac 29 - compatible [all …]
|
/Linux-v6.6/arch/arm/boot/dts/nxp/vf/ |
D | vfxxx.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 #include "vf610-pinfunc.h" 6 #include <dt-bindings/clock/vf610-clock.h> 7 #include <dt-bindings/interrupt-controller/irq.h> 8 #include <dt-bindings/gpio/gpio.h> 32 compatible = "fixed-clock"; 33 #clock-cells = <0>; 34 clock-frequency = <24000000>; 38 compatible = "fixed-clock"; 39 #clock-cells = <0>; [all …]
|
/Linux-v6.6/drivers/iio/dac/ |
D | vf610_dac.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Freescale Vybrid vf610 DAC driver 47 info->conv_mode = VF610_DAC_CONV_LOW_POWER; in vf610_dac_init() 50 writel(val, info->regs + VF610_DACx_STATCTRL); in vf610_dac_init() 57 val = readl(info->regs + VF610_DACx_STATCTRL); in vf610_dac_exit() 59 writel(val, info->regs + VF610_DACx_STATCTRL); in vf610_dac_exit() 69 mutex_lock(&info->lock); in vf610_set_conversion_mode() 70 info->conv_mode = mode; in vf610_set_conversion_mode() 71 val = readl(info->regs + VF610_DACx_STATCTRL); in vf610_set_conversion_mode() 76 writel(val, info->regs + VF610_DACx_STATCTRL); in vf610_set_conversion_mode() [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # DAC drivers 10 tristate "Analog Devices AD3552R DAC driver" 20 tristate "Analog Devices AD5064 and similar multi-channel DAC driver" 24 AD5045, AD5064, AD5064-1, AD5065, AD5625, AD5625R, AD5627, AD5627R, 34 tristate "Analog Devices AD5360/61/62/63/70/71/73 DAC driver" 38 AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel 39 Digital to Analog Converters (DAC). 45 tristate "Analog Devices AD5380/81/82/83/84/90/91/92 DAC driver" 51 AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel [all …]
|
/Linux-v6.6/drivers/iio/adc/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 bool "ST-Ericsson AB8500 GPADC driver" 33 Say yes here to build support for Analog Devices AD4130-8 SPI analog 44 Say yes here to build support for Analog Devices AD7091R-5 ADC. 47 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver" 51 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8 126 tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD and TI" 152 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC). 163 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC). 174 Say yes here to build support for Analog Devices AD7766, AD7766-1, [all …]
|
/Linux-v6.6/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|