Searched +full:system +full:- +full:uses +full:- +full:second +full:- +full:madc +full:- +full:irq (Results 1 – 2 of 2) sorted by relevance
1 # 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 module10 - Sebastian Reichel <sre@kernel.org>13 The MADC subsystem in the TWL4030 consists of a 10-bit ADC14 combined with a 16-input analog multiplexer.18 const: ti,twl4030-madc23 ti,system-uses-second-madc-irq:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only4 * TWL4030 MADC module driver-This driver monitors the real time8 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/9 * J Keerthy <j-keerthy@ti.com>11 * Based on twl4030-madc.c56 #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 …]