Searched refs:SKL_DSP_CORE0_MASK (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/sound/soc/intel/skylake/ |
| 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()
|
| D | bxt-sst.c | 113 ret = skl_dsp_core_power_up(ctx, SKL_DSP_CORE0_MASK | in sst_bxt_prepare_fw() 125 ret = skl_dsp_start_core(ctx, SKL_DSP_CORE0_MASK); in sst_bxt_prepare_fw() 166 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in sst_bxt_prepare_fw() 232 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in bxt_load_base_firmware() 239 skl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in bxt_load_base_firmware() 300 if (skl_dsp_get_enabled_cores(ctx) != SKL_DSP_CORE0_MASK) { in bxt_set_dsp_D0i3()
|
| D | cnl-sst.c | 65 ret = cnl_dsp_enable_core(ctx, SKL_DSP_CORE0_MASK); in cnl_prepare_fw() 88 cnl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in cnl_prepare_fw() 143 cnl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in cnl_load_base_firmware() 151 cnl_dsp_disable_core(ctx, SKL_DSP_CORE0_MASK); in cnl_load_base_firmware()
|
| D | cnl-sst-dsp.c | 216 cnl_dsp_disable_core(dsp, SKL_DSP_CORE0_MASK); in cnl_dsp_free()
|
| D | skl-sst-dsp.h | 84 #define SKL_DSP_CORE0_MASK BIT(0) macro
|
| 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()
|