Lines Matching refs:core_id
188 static int cnl_set_dsp_D0(struct sst_dsp *ctx, unsigned int core_id) in cnl_set_dsp_D0() argument
191 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in cnl_set_dsp_D0()
203 cnl->cores.state[core_id] = SKL_DSP_RUNNING; in cnl_set_dsp_D0()
210 core_id, ret); in cnl_set_dsp_D0()
214 if (core_id == SKL_DSP_CORE0_ID) { in cnl_set_dsp_D0()
238 core_id, ret); in cnl_set_dsp_D0()
242 cnl->cores.state[core_id] = SKL_DSP_RUNNING; in cnl_set_dsp_D0()
251 static int cnl_set_dsp_D3(struct sst_dsp *ctx, unsigned int core_id) in cnl_set_dsp_D3() argument
254 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in cnl_set_dsp_D3()
266 core_id); in cnl_set_dsp_D3()
271 if (core_id == SKL_DSP_CORE0_ID) { in cnl_set_dsp_D3()
279 core_id, ret); in cnl_set_dsp_D3()
283 cnl->cores.state[core_id] = SKL_DSP_RESET; in cnl_set_dsp_D3()