Searched +full:chan +full:- +full:step +full:- +full:opendelay (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/ |
D | ti,am3359-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/ti,am3359-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Miquel Raynal <miquel.raynal@bootlin.com> 15 - enum: 16 - ti,am3359-adc 17 - ti,am4372-adc 18 - items: 19 - enum: [all …]
|
/Linux-v6.1/drivers/iio/adc/ |
D | ti_am335x_adc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 27 #include <linux/dma-mapping.h> 33 struct dma_chan *chan; member 57 return readl(adc->mfd_tscadc->tscadc_base + reg); in tiadc_readl() 63 writel(val, adc->mfd_tscadc->tscadc_base + reg); in tiadc_writel() 70 step_en = ((1 << adc_dev->channels) - 1); in get_adc_step_mask() 71 step_en <<= TOTAL_STEPS - adc_dev->channels + 1; in get_adc_step_mask() 76 struct iio_chan_spec const *chan) in get_adc_chan_step_mask() argument 80 for (i = 0; i < ARRAY_SIZE(adc_dev->channel_step); i++) { in get_adc_chan_step_mask() [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | am335x-pocketbeagle.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 7 /dts-v1/; 10 #include "am335x-osd335x-common.dtsi" 14 compatible = "ti,am335x-pocketbeagle", "ti,am335x-bone", "ti,am33xx"; 17 stdout-path = &uart0; 21 pinctrl-names = "default"; 22 pinctrl-0 = <&usr_leds_pins>; 24 compatible = "gpio-leds"; 29 linux,default-trigger = "heartbeat"; [all …]
|