Lines Matching +full:serial +full:- +full:shift +full:- +full:bits
1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
15 * STM32 DFSDM - global register map
18 * ----------------------------------------------------------
20 * ----------------------------------------------------------
22 * ----------------------------------------------------------
24 * ----------------------------------------------------------
26 * ----------------------------------------------------------
28 * ----------------------------------------------------------
30 * ----------------------------------------------------------
32 * ----------------------------------------------------------
34 * ----------------------------------------------------------
36 * ----------------------------------------------------------
37 * | 0x7F0-7FC | Identification registers |
38 * ----------------------------------------------------------
268 * struct stm32_dfsdm_filter_osr - DFSDM filter settings linked to oversampling
271 * @rshift: output sample right shift (hardware shift)
272 * @lshift: output sample left shift (software shift)
274 * @bits: output sample resolution in bits
283 u32 bits; member
288 * struct stm32_dfsdm_filter - structure relative to stm32 FDSDM filter
302 * struct stm32_dfsdm_channel - structure relative to stm32 FDSDM channel
306 * @alt_si: alternative serial input interface
316 * struct stm32_dfsdm - stm32 FDSDM driver common data (for all instances)
337 /* DFSDM channel serial spi clock source */