Home
last modified time | relevance | path

Searched refs:SKL_DSP_CORE_MASK (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/soc/intel/skylake/
Dbxt-sst.c122 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()
Dcnl-sst.c179 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()
Dskl-sst.c173 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()
Dskl-sst-dsp.h86 #define SKL_DSP_CORE_MASK(c) BIT(c) macro