Home
last modified time | relevance | path

Searched refs:ipcd (Results 1 – 6 of 6) sorted by relevance

/sound/soc/sof/intel/
Dbdw.c282 u32 ipcx, ipcd, imrx; in bdw_irq_thread() local
312 ipcd = snd_sof_dsp_read(sdev, BDW_DSP_BAR, SHIM_IPCD); in bdw_irq_thread()
315 if (ipcd & SHIM_IPCD_BUSY && in bdw_irq_thread()
323 if ((ipcd & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in bdw_irq_thread()
Dbyt.c181 u64 ipcx, ipcd; in byt_irq_thread() local
214 ipcd = snd_sof_dsp_read64(sdev, BYT_DSP_BAR, SHIM_IPCD); in byt_irq_thread()
215 if (ipcd & SHIM_BYT_IPCD_BUSY && in byt_irq_thread()
224 if ((ipcd & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in byt_irq_thread()
225 snd_sof_dsp_panic(sdev, BYT_PANIC_OFFSET(ipcd) + in byt_irq_thread()
/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c634 u64 isr, ipcd, imrx, ipcx; in byt_shim_dbg() local
638 ipcd = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in byt_shim_dbg()
643 text, ipcx, isr, ipcd, imrx); in byt_shim_dbg()
/sound/soc/intel/haswell/
Dsst-haswell-ipc.c765 u32 ipcx, ipcd; in hsw_irq_thread() local
771 ipcd = sst_dsp_shim_read_unlocked(sst, SST_IPCD); in hsw_irq_thread()
789 if (ipcd & SST_IPCD_BUSY) { in hsw_irq_thread()
2063 u32 isr, ipcd, imrx, ipcx; in hsw_shim_dbg() local
2067 ipcd = sst_dsp_shim_read_unlocked(sst, SST_IPCD); in hsw_shim_dbg()
2072 text, ipcx, isr, ipcd, imrx); in hsw_shim_dbg()
/sound/soc/intel/atom/sst/
Dsst.c83 header.full = sst_shim_read64(drv->shim, drv->ipc_reg.ipcd); in intel_sst_interrupt_mrfld()
296 ctx->ipc_reg.ipcd = SST_IPCD + ctx->pdata->ipc_info->ipc_offset; in sst_context_init()
Dsst.h306 int ipcd; member