Searched refs:SKL_DSP_CORE_MASK (Results 1 – 4 of 4) sorted by relevance
122 SKL_DSP_CORE_MASK(1)); in sst_bxt_prepare_fw()151 ret = skl_dsp_core_power_down(ctx, SKL_DSP_CORE_MASK(1)); in sst_bxt_prepare_fw()173 skl_dsp_core_power_down(ctx, SKL_DSP_CORE_MASK(1)); in sst_bxt_prepare_fw()403 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in bxt_set_dsp_D0()428 SKL_DSP_CORE_MASK(1)); in bxt_set_dsp_D0()456 skl_dsp_core_power_down(ctx, SKL_DSP_CORE_MASK(1)); in bxt_set_dsp_D0()487 core_mask |= SKL_DSP_CORE_MASK(1); in bxt_set_dsp_D0()498 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in bxt_set_dsp_D3()
179 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in cnl_set_dsp_D0()241 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in cnl_set_dsp_D3()
173 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in skl_set_dsp_D0()227 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in skl_set_dsp_D3()
86 #define SKL_DSP_CORE_MASK(c) BIT(c) macro