Home
last modified time | relevance | path

Searched +full:system +full:- +full:uses +full:- +full:second +full:- +full:madc +full:- +full:irq (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/
Dti,twl4030-madc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/ti,twl4030-madc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MADC subsystem in the TWL4030 power module
10 - Sebastian Reichel <sre@kernel.org>
13 The MADC subsystem in the TWL4030 consists of a 10-bit ADC
14 combined with a 16-input analog multiplexer.
18 const: ti,twl4030-madc
23 ti,system-uses-second-madc-irq:
[all …]
/Linux-v5.10/drivers/iio/adc/
Dtwl4030-madc.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * TWL4030 MADC module driver-This driver monitors the real time
8 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
9 * J Keerthy <j-keerthy@ti.com>
11 * Based on twl4030-madc.c
56 #define TWL4030_MADC_MADCON (1 << 0) /* MADC power on */
57 #define TWL4030_MADC_BUSY (1 << 0) /* MADC busy */
58 /* MADC conversion completion */
60 /* MADC SWx start conversion */
118 * struct twl4030_madc_request - madc request packet for channel conversion
[all …]