Searched refs:pm_core_config (Results 1 – 1 of 1) sorted by relevance
1367 struct sof_ipc_pm_core_config pm_core_config; in sof_load_pipeline_ipc() local1392 memset(&pm_core_config, 0, sizeof(pm_core_config)); in sof_load_pipeline_ipc()1393 pm_core_config.enable_mask = sdev->enabled_cores_mask; in sof_load_pipeline_ipc()1396 pm_core_config.hdr.size = sizeof(pm_core_config); in sof_load_pipeline_ipc()1397 pm_core_config.hdr.cmd = SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_CORE_ENABLE; in sof_load_pipeline_ipc()1400 ret = sof_ipc_tx_message(sdev->ipc, pm_core_config.hdr.cmd, in sof_load_pipeline_ipc()1401 &pm_core_config, sizeof(pm_core_config), in sof_load_pipeline_ipc()1402 &pm_core_config, sizeof(pm_core_config)); in sof_load_pipeline_ipc()