Home
last modified time | relevance | path

Searched refs:SKL_DSP_CORE0_MASK (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/sound/soc/intel/skylake/
Dskl-sst-dsp.c286 if (is_skl_dsp_core_enable(ctx, SKL_DSP_CORE0_MASK)) { in skl_dsp_boot()
287 ret = skl_dsp_reset_core(ctx, SKL_DSP_CORE0_MASK); in skl_dsp_boot()
293 ret = skl_dsp_start_core(ctx, SKL_DSP_CORE0_MASK); in skl_dsp_boot()
299 ret = skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in skl_dsp_boot()
304 ret = skl_dsp_enable_core(ctx, SKL_DSP_CORE0_MASK); in skl_dsp_boot()
462 skl_dsp_disable_core(dsp, SKL_DSP_CORE0_MASK); in skl_dsp_free()
Dbxt-sst.c121 ret = skl_dsp_core_power_up(ctx, SKL_DSP_CORE0_MASK | in sst_bxt_prepare_fw()
133 ret = skl_dsp_start_core(ctx, SKL_DSP_CORE0_MASK); in sst_bxt_prepare_fw()
174 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in sst_bxt_prepare_fw()
240 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in bxt_load_base_firmware()
247 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in bxt_load_base_firmware()
308 if (skl_dsp_get_enabled_cores(ctx) != SKL_DSP_CORE0_MASK) { in bxt_set_dsp_D0i3()
Dcnl-sst.c74 ret = cnl_dsp_enable_core(ctx, SKL_DSP_CORE0_MASK); in cnl_prepare_fw()
97 cnl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in cnl_prepare_fw()
152 cnl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in cnl_load_base_firmware()
160 cnl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in cnl_load_base_firmware()
Dcnl-sst-dsp.c224 cnl_dsp_disable_core(dsp, SKL_DSP_CORE0_MASK); in cnl_dsp_free()
Dskl-sst.c98 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in skl_load_base_firmware()
162 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in skl_load_base_firmware()
Dskl-sst-dsp.h92 #define SKL_DSP_CORE0_MASK BIT(0) macro