Searched refs:sst_dsp_shim_update_bits (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/sound/soc/intel/skylake/ |
D | cnl-sst-dsp.c | 230 sst_dsp_shim_update_bits(ctx, CNL_ADSP_REG_ADSPIC, in cnl_ipc_int_enable() 243 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_enable() 256 sst_dsp_shim_update_bits(ctx, CNL_ADSP_REG_HIPCCTL, in cnl_ipc_op_int_disable() 260 sst_dsp_shim_update_bits(ctx, CNL_ADSP_REG_HIPCCTL, in cnl_ipc_op_int_disable()
|
D | skl-sst-cldma.c | 67 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_stream_clear() 69 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_stream_clear() 71 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_stream_clear() 73 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_stream_clear() 126 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_setup_controller() 128 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_setup_controller() 130 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_setup_controller() 132 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_CL_SD_CTL, in skl_cldma_setup_controller()
|
D | skl-sst-ipc.c | 489 sst_dsp_shim_update_bits(dsp, SKL_ADSP_REG_HIPCCTL, in skl_dsp_irq_thread_handler() 499 sst_dsp_shim_update_bits(dsp, SKL_ADSP_REG_HIPCCTL, in skl_dsp_irq_thread_handler() 539 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_ADSPIC, in skl_ipc_int_enable() 552 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_HIPCCTL, in skl_ipc_op_int_enable() 556 sst_dsp_shim_update_bits(ctx, SKL_ADSP_REG_HIPCCTL, in skl_ipc_op_int_enable() 604 sst_dsp_shim_update_bits(ipc->dsp, SKL_ADSP_REG_HIPCCTL, in skl_ipc_free() 608 sst_dsp_shim_update_bits(ipc->dsp, SKL_ADSP_REG_HIPCCTL, in skl_ipc_free()
|
D | cnl-sst.c | 319 sst_dsp_shim_update_bits(dsp, CNL_ADSP_REG_HIPCCTL, in cnl_dsp_irq_thread_handler() 329 sst_dsp_shim_update_bits(dsp, CNL_ADSP_REG_HIPCCTL, in cnl_dsp_irq_thread_handler()
|
/Linux-v4.19/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 386 sst_dsp_shim_update_bits(sst, SST_HMDC, in hsw_set_dsp_D0() 391 sst_dsp_shim_update_bits(sst, SST_IMRX, (SST_IMRX_BUSY | SST_IMRX_DONE), in hsw_set_dsp_D0() 393 sst_dsp_shim_update_bits(sst, SST_IMRD, (SST_IMRD_DONE | SST_IMRD_BUSY | in hsw_set_dsp_D0() 408 sst_dsp_shim_update_bits(sst, SST_HMDC, in hsw_boot() 418 sst_dsp_shim_update_bits(sst, SST_CSR, in hsw_stall() 428 sst_dsp_shim_update_bits(sst, SST_CSR, in hsw_sleep()
|
D | sst-haswell-ipc.c | 518 sst_dsp_shim_update_bits(hsw->dsp, SST_IPCD, in hsw_notification_work() 522 sst_dsp_shim_update_bits(hsw->dsp, SST_IMRX, SST_IMRX_BUSY, 0); in hsw_notification_work() 1520 sst_dsp_shim_update_bits(sst, SST_HMDC, in sst_hsw_dx_state_dump()
|
/Linux-v4.19/sound/soc/intel/common/ |
D | sst-dsp.c | 216 int sst_dsp_shim_update_bits(struct sst_dsp *sst, u32 offset, in sst_dsp_shim_update_bits() function 227 EXPORT_SYMBOL_GPL(sst_dsp_shim_update_bits);
|
D | sst-dsp.h | 229 int sst_dsp_shim_update_bits(struct sst_dsp *sst, u32 offset,
|