Home
last modified time | relevance | path

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

/linux/sound/soc/intel/skylake/
A Dskl-sst-dsp.c278 if (is_skl_dsp_core_enable(ctx, SKL_DSP_CORE0_MASK)) { in skl_dsp_boot()
279 ret = skl_dsp_reset_core(ctx, SKL_DSP_CORE0_MASK); in skl_dsp_boot()
285 ret = skl_dsp_start_core(ctx, SKL_DSP_CORE0_MASK); in skl_dsp_boot()
291 ret = skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in skl_dsp_boot()
296 ret = skl_dsp_enable_core(ctx, SKL_DSP_CORE0_MASK); in skl_dsp_boot()
454 skl_dsp_disable_core(dsp, SKL_DSP_CORE0_MASK); in skl_dsp_free()
A Dbxt-sst.c110 ret = skl_dsp_core_power_up(ctx, SKL_DSP_CORE0_MASK | in sst_bxt_prepare_fw()
122 ret = skl_dsp_start_core(ctx, SKL_DSP_CORE0_MASK); in sst_bxt_prepare_fw()
163 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in sst_bxt_prepare_fw()
229 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in bxt_load_base_firmware()
236 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in bxt_load_base_firmware()
297 if (skl_dsp_get_enabled_cores(ctx) != SKL_DSP_CORE0_MASK) { in bxt_set_dsp_D0i3()
A Dcnl-sst.c60 ret = skl_dsp_core_power_up(ctx, SKL_DSP_CORE0_MASK); in cnl_prepare_fw()
72 ret = skl_dsp_start_core(ctx, SKL_DSP_CORE0_MASK); in cnl_prepare_fw()
104 cnl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in cnl_prepare_fw()
163 cnl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in cnl_load_base_firmware()
171 cnl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in cnl_load_base_firmware()
A Dcnl-sst-dsp.c216 cnl_dsp_disable_core(dsp, SKL_DSP_CORE0_MASK); in cnl_dsp_free()
A Dskl-sst.c90 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in skl_load_base_firmware()
154 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in skl_load_base_firmware()
A Dskl-sst-dsp.h86 #define SKL_DSP_CORE0_MASK BIT(0) macro

Completed in 9 milliseconds