Searched refs:SKL_DSP_CORE0_MASK (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-sst-dsp.c | 286 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()
|
D | bxt-sst.c | 121 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()
|
D | cnl-sst.c | 74 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()
|
D | cnl-sst-dsp.c | 224 cnl_dsp_disable_core(dsp, SKL_DSP_CORE0_MASK); in cnl_dsp_free()
|
D | skl-sst.c | 98 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()
|
D | skl-sst-dsp.h | 92 #define SKL_DSP_CORE0_MASK BIT(0) macro
|