Searched refs:SKL_DSP_CORE0_MASK (Results 1 – 6 of 6) sorted by relevance
/linux/sound/soc/intel/skylake/ |
A D | skl-sst-dsp.c | 278 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 D | bxt-sst.c | 110 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 D | cnl-sst.c | 60 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 D | cnl-sst-dsp.c | 216 cnl_dsp_disable_core(dsp, SKL_DSP_CORE0_MASK); in cnl_dsp_free()
|
A D | skl-sst.c | 90 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 D | skl-sst-dsp.h | 86 #define SKL_DSP_CORE0_MASK BIT(0) macro
|
Completed in 9 milliseconds