Searched +full:filter0 +full:- +full:sync (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-dfsdm-adc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Fabrice Gasnier <fabrice.gasnier@foss.st.com>11 - Olivier Moysan <olivier.moysan@foss.st.com>14 STM32 DFSDM ADC is a sigma delta analog-to-digital converter dedicated to17 - Sigma delta modulators (motor control, metering...)18 - PDM microphones (audio digital microphone)28 - st,stm32h7-dfsdm[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later25 * - CVBS Encoding via the ENCI encoder and VDAC digital to analog converter26 * - TMDS/HDMI Encoding via ENCI_DIV and ENCP27 * - Setup of more clock rates for HDMI modes31 * - LCD Panel encoding via ENCL32 * - TV Panel encoding via ENCT39 * vd1---| |-| | | VENC /---------|----VDAC40 * vd2---| VIU |-| VPP |-|-----ENCI/-ENCI_DVI-|-|41 * osd1--| |-| | | \ | X--HDMI-TX42 * osd2--|_____|-|_____| | |\-ENCP--ENCP_DVI-|-|[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved10 #include <linux/dma-mapping.h>11 #include <linux/iio/adc/stm32-dfsdm-adc.h>14 #include <linux/iio/hw-consumer.h>16 #include <linux/iio/timer/stm32-lptim-trigger.h>17 #include <linux/iio/timer/stm32-timer-trigger.h>29 #include "stm32-dfsdm.h"44 /* Limit filter output resolution to 31 bits. (i.e. sample range is +/-2^30) */48 * Data from filters are in the range +/-2^(n-1)[all …]
2 * Copyright (c) 2004-2007 Reyk Floeter <reyk@openbsd.org>3 * Copyright (c) 2006-2007 Nick Kossifidis <mickflemm@gmail.com>62 #define PCI_DEVICE_ID_ATHEROS_AR5312_REV7 0x0057 /* AR5312 WMAC (AP30-040) */63 #define PCI_DEVICE_ID_ATHEROS_AR5312_REV8 0x0058 /* AR5312 WMAC (AP43-030) */70 #define PCI_DEVICE_ID_ATHEROS_AR2413 0x001a /* AR2413 (Griffin-lite) */72 #define PCI_DEVICE_ID_ATHEROS_AR5424 0x001c /* AR5424 (Condor PCI-E) */189 #define AR5K_TUNE_NOISE_FLOOR -72190 #define AR5K_TUNE_CCA_MAX_GOOD_VALUE -95274 * enum ath5k_version - MAC Chips286 * enum ath5k_radio - PHY Chips[all …]