Home
last modified time | relevance | path

Searched refs:sst_dsp_shim_read_unlocked (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/sound/soc/intel/common/
Dsst-dsp.c77 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read_unlocked() function
81 EXPORT_SYMBOL_GPL(sst_dsp_shim_read_unlocked);
90 ret = sst_dsp_shim_read_unlocked(sst, offset); in sst_dsp_shim_update_bits_unlocked()
110 ret = sst_dsp_shim_read_unlocked(sst, offset); in sst_dsp_shim_update_bits_forced_unlocked()
162 while ((((reg = sst_dsp_shim_read_unlocked(ctx, offset)) & mask) != target) in sst_dsp_register_poll()
Dsst-dsp.h39 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset);