Searched refs:sst_dsp_shim_read64_unlocked (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 290 header = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in sst_byt_process_notification() 321 header = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in sst_byt_irq_thread() 653 ipcx = sst_dsp_shim_read64_unlocked(sst, SST_IPCX); in byt_shim_dbg() 654 isr = sst_dsp_shim_read64_unlocked(sst, SST_ISRX); in byt_shim_dbg() 655 ipcd = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in byt_shim_dbg() 656 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-4.4.14/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);
|