Searched refs:sst_dsp_shim_read64_unlocked (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/sound/soc/intel/baytrail/ | 
| D | sst-baytrail-ipc.c | 275 	header = sst_dsp_shim_read64_unlocked(sst, SST_IPCD);  in sst_byt_process_notification() 306 	header = sst_dsp_shim_read64_unlocked(sst, SST_IPCD);  in sst_byt_irq_thread() 636 	ipcx = sst_dsp_shim_read64_unlocked(sst, SST_IPCX);  in byt_shim_dbg() 637 	isr = sst_dsp_shim_read64_unlocked(sst, SST_ISRX);  in byt_shim_dbg() 638 	ipcd = sst_dsp_shim_read64_unlocked(sst, SST_IPCD);  in byt_shim_dbg() 639 	imrx = sst_dsp_shim_read64_unlocked(sst, SST_IMRX);  in byt_shim_dbg()
  | 
| D | sst-baytrail-dsp.c | 157 		reg = sst_dsp_shim_read64_unlocked(sst, i);  in sst_byt_dump_shim() 179 	isrx = sst_dsp_shim_read64_unlocked(sst, SST_ISRX);  in sst_byt_irq()
  | 
| /Linux-v5.4/sound/soc/intel/common/ | 
| D | sst-dsp.c | 147 u64 sst_dsp_shim_read64_unlocked(struct sst_dsp *sst, u32 offset)  in sst_dsp_shim_read64_unlocked()  function 151 EXPORT_SYMBOL_GPL(sst_dsp_shim_read64_unlocked); 179 	old = sst_dsp_shim_read64_unlocked(sst, offset);  in sst_dsp_shim_update_bits64_unlocked()
  | 
| D | sst-dsp.h | 235 u64 sst_dsp_shim_read64_unlocked(struct sst_dsp *sst, u32 offset);
  |