Lines Matching +full:pdm +full:- +full:clk +full:- +full:map
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2016, STMicroelectronics - All Rights Reserved
11 /******************** SAI Register Map **************************************/
16 /* Sub-block A&B registers offsets, relative to A&B sub-block addresses */
26 /* Sub-block A registers, relative to sub-block A address */
82 #define SAI_XCR1_MCKDIV_MASK(x) GENMASK((SAI_XCR1_MCKDIV_SHIFT + (x) - 1),\
85 #define SAI_XCR1_MCKDIV_MAX(x) ((1 << SAI_XCR1_MCKDIV_WIDTH(x)) - 1)
257 #define STM_SAI_IS_F4(ip) ((ip)->conf.version == STM_SAI_STM32F4)
259 ((ip)->pdata->conf.has_spdif_pdm)
268 * struct stm32_sai_conf - SAI configuration
271 * @has_spdif_pdm: SAI S/PDIF and PDM features support flag
280 * struct stm32_sai_data - private data of SAI instance driver
294 struct clk *pclk;
295 struct clk *clk_x8k;
296 struct clk *clk_x11k;