Lines Matching +full:ipc +full:- +full:3
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
15 #define SOF_IPC4_FW_PAGE(x) ((((x) + BIT(12) - 1) & ~(BIT(12) - 1)) >> 12)
16 #define SOF_IPC4_FW_ROUNDUP(x) (((x) + BIT(6) - 1) & (~(BIT(6) - 1)))
18 #define SOF_IPC4_MODULE_LOAD_TYPE GENMASK(3, 0)
22 * LL domain - Low latency domain
23 * DP domain - Data processing domain
57 * The base of multi-gateways. Multi-gateways addressing starts from
58 * ALH_MULTI_GTW_BASE and there are ALH_MULTI_GTW_COUNT multi-sources
59 * and ALH_MULTI_GTW_COUNT multi-sinks available.
61 * ALH_MULTI_GTW_BASE + ALH_MULTI_GTW_COUNT - 1.
68 * struct sof_ipc4_pipeline - pipeline config data
84 * struct sof_ipc4_available_audio_format - Available audio formats
100 * struct sof_copier_gateway_cfg - IPC gateway configuration
114 * struct sof_ipc4_copier_data - IPC data for copier
163 * struct sof_ipc4_copier - copier config data
164 * @data: IPC copier data
198 * struct sof_ipc4_control_data - IPC data for kcontrol IO
215 * struct sof_ipc4_gain_data - IPC gain blob
231 * struct sof_ipc4_gain - gain config data
232 * @base_config: IPC base config data
233 * @data: IPC gain blob
245 * struct sof_ipc4_mixer - mixer config data
246 * @base_config: IPC base config data
258 * @base_config: IPC base config data