Lines Matching refs:core_id
176 static int cnl_set_dsp_D0(struct sst_dsp *ctx, unsigned int core_id) in cnl_set_dsp_D0() argument
179 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in cnl_set_dsp_D0()
191 cnl->cores.state[core_id] = SKL_DSP_RUNNING; in cnl_set_dsp_D0()
198 core_id, ret); in cnl_set_dsp_D0()
202 if (core_id == SKL_DSP_CORE0_ID) { in cnl_set_dsp_D0()
225 core_id, ret); in cnl_set_dsp_D0()
229 cnl->cores.state[core_id] = SKL_DSP_RUNNING; in cnl_set_dsp_D0()
238 static int cnl_set_dsp_D3(struct sst_dsp *ctx, unsigned int core_id) in cnl_set_dsp_D3() argument
241 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in cnl_set_dsp_D3()
253 core_id); in cnl_set_dsp_D3()
258 if (core_id == SKL_DSP_CORE0_ID) { in cnl_set_dsp_D3()
266 core_id, ret); in cnl_set_dsp_D3()
270 cnl->cores.state[core_id] = SKL_DSP_RESET; in cnl_set_dsp_D3()