Searched refs:sst_dsp_shim_write_unlocked (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/sound/soc/intel/common/ |
A D | sst-dsp.c | 71 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write_unlocked() function 75 EXPORT_SYMBOL_GPL(sst_dsp_shim_write_unlocked); 97 sst_dsp_shim_write_unlocked(sst, offset, new); in sst_dsp_shim_update_bits_unlocked() 115 sst_dsp_shim_write_unlocked(sst, offset, new); in sst_dsp_shim_update_bits_forced_unlocked()
|
A D | sst-dsp.h | 38 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value);
|
/linux-6.3-rc2/sound/soc/intel/skylake/ |
A D | skl-sst-cldma.c | 143 sst_dsp_shim_write_unlocked(ctx, SKL_ADSP_REG_CL_SPBFIFO_SPIB, size); in skl_cldma_setup_spb() 153 sst_dsp_shim_write_unlocked(ctx, SKL_ADSP_REG_CL_SPBFIFO_SPIB, 0); in skl_cldma_cleanup_spb()
|
A D | cnl-sst.c | 393 sst_dsp_shim_write_unlocked(ipc->dsp, CNL_ADSP_REG_HIPCIDD, in cnl_ipc_tx_msg() 395 sst_dsp_shim_write_unlocked(ipc->dsp, CNL_ADSP_REG_HIPCIDR, in cnl_ipc_tx_msg()
|
A D | skl-sst-ipc.c | 302 sst_dsp_shim_write_unlocked(ipc->dsp, SKL_ADSP_REG_HIPCIE, in skl_ipc_tx_msg() 304 sst_dsp_shim_write_unlocked(ipc->dsp, SKL_ADSP_REG_HIPCI, in skl_ipc_tx_msg()
|
Completed in 9 milliseconds