Searched refs:sst_dsp_shim_read64_unlocked (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 283 header = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in sst_byt_process_notification() 314 header = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in sst_byt_irq_thread() 646 ipcx = sst_dsp_shim_read64_unlocked(sst, SST_IPCX); in byt_shim_dbg() 647 isr = sst_dsp_shim_read64_unlocked(sst, SST_ISRX); in byt_shim_dbg() 648 ipcd = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in byt_shim_dbg() 649 imrx = sst_dsp_shim_read64_unlocked(sst, SST_IMRX); in byt_shim_dbg()
|
D | sst-baytrail-dsp.c | 165 reg = sst_dsp_shim_read64_unlocked(sst, i); in sst_byt_dump_shim() 187 isrx = sst_dsp_shim_read64_unlocked(sst, SST_ISRX); in sst_byt_irq()
|
/Linux-v4.19/sound/soc/intel/common/ |
D | sst-dsp.c | 156 u64 sst_dsp_shim_read64_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read64_unlocked() function 160 EXPORT_SYMBOL_GPL(sst_dsp_shim_read64_unlocked); 188 old = sst_dsp_shim_read64_unlocked(sst, offset); in sst_dsp_shim_update_bits64_unlocked()
|
D | sst-dsp.h | 244 u64 sst_dsp_shim_read64_unlocked(struct sst_dsp *sst, u32 offset);
|