Searched refs:sst_dsp_shim_update_bits (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/sound/soc/intel/skylake/ |
D | cnl-sst-dsp.c | 222 sst_dsp_shim_update_bits(ctx, CNL_ADSP_REG_ADSPIC, in cnl_ipc_int_enable() 235 sst_dsp_shim_update_bits(ctx, CNL_ADSP_REG_HIPCCTL, in cnl_ipc_op_int_enable() 240 sst_dsp_shim_update_bits(ctx, CNL_ADSP_REG_HIPCCTL, in cnl_ipc_op_int_enable() 248 sst_dsp_shim_update_bits(ctx, CNL_ADSP_REG_HIPCCTL, in cnl_ipc_op_int_disable() 252 sst_dsp_shim_update_bits(ctx, CNL_ADSP_REG_HIPCCTL, in cnl_ipc_op_int_disable()
|
D | skl-sst-cldma.c | 60 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_stream_clear() 62 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_stream_clear() 64 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_stream_clear() 66 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_stream_clear() 119 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_setup_controller() 121 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_setup_controller() 123 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_setup_controller() 125 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_setup_controller()
|
D | skl-sst-ipc.c | 511 sst_dsp_shim_update_bits(dsp, SKL_ADSP_REG_HIPCCTL, in skl_dsp_irq_thread_handler() 521 sst_dsp_shim_update_bits(dsp, SKL_ADSP_REG_HIPCCTL, in skl_dsp_irq_thread_handler() 560 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_ADSPIC, in skl_ipc_int_enable() 573 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_HIPCCTL, in skl_ipc_op_int_enable() 577 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_HIPCCTL, in skl_ipc_op_int_enable() 625 sst_dsp_shim_update_bits(ipc->dsp, SKL_ADSP_REG_HIPCCTL, in skl_ipc_free() 629 sst_dsp_shim_update_bits(ipc->dsp, SKL_ADSP_REG_HIPCCTL, in skl_ipc_free()
|
D | cnl-sst.c | 331 sst_dsp_shim_update_bits(dsp, CNL_ADSP_REG_HIPCCTL, in cnl_dsp_irq_thread_handler() 341 sst_dsp_shim_update_bits(dsp, CNL_ADSP_REG_HIPCCTL, in cnl_dsp_irq_thread_handler()
|
/linux-6.1.9/sound/soc/intel/common/ |
D | sst-dsp.c | 119 int sst_dsp_shim_update_bits(struct sst_dsp *sst, u32 offset, in sst_dsp_shim_update_bits() function 130 EXPORT_SYMBOL_GPL(sst_dsp_shim_update_bits);
|
D | sst-dsp.h | 32 int sst_dsp_shim_update_bits(struct sst_dsp *sst, u32 offset,
|