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
66 * The base of multi-gateways. Multi-gateways addressing starts from
67 * ALH_MULTI_GTW_BASE and there are ALH_MULTI_GTW_COUNT multi-sources
68 * and ALH_MULTI_GTW_COUNT multi-sinks available.
70 * ALH_MULTI_GTW_BASE + ALH_MULTI_GTW_COUNT - 1.
78 * Use LARGE_CONFIG_SET to initialize timestamp event. Ipc mailbox must
83 * Use LARGE_CONFIG_SET to initialize copier sink. Ipc mailbox must contain
89 * event. Ipc mailbox must contain properly built DataSegmentEnabled struct.
94 * HD-A gateways.
99 * HD-A gateways and corresponding total processed data
123 * struct sof_ipc4_pipeline - pipeline config data
145 * struct sof_ipc4_multi_pipeline_data - multi pipeline trigger IPC data
155 * struct sof_ipc4_pin_format - Module pin format
170 * struct sof_ipc4_available_audio_format - Available audio formats
184 * struct sof_copier_gateway_cfg - IPC gateway configuration
198 * struct sof_ipc4_copier_data - IPC data for copier
252 * @dma_channel_id: for HDaudio defined as @stream_id - 1
293 * struct sof_ipc4_copier - copier config data
294 * @data: IPC copier data
330 * struct sof_ipc4_control_data - IPC data for kcontrol IO
350 * struct sof_ipc4_control_msg_payload - IPC payload for kcontrol parameters
364 * struct sof_ipc4_gain_params - IPC gain parameters
382 * struct sof_ipc4_gain_data - IPC gain init blob
383 * @base_config: IPC base config data
392 * struct sof_ipc4_gain - gain config data
393 * @data: IPC gain blob
404 * struct sof_ipc4_mixer - mixer config data
405 * @base_config: IPC base config data
416 * struct sof_ipc4_src_data - IPC data for SRC
417 * @base_config: IPC base config data
426 * struct sof_ipc4_src - SRC config data
427 * @data: IPC base config data
438 * struct sof_ipc4_base_module_cfg_ext - base module config extension containing the pin format
455 * struct sof_ipc4_process - process config data
456 * @base_config: IPC base config data