Searched refs:ipcd (Results 1 – 6 of 6) sorted by relevance
/sound/soc/sof/intel/ |
D | bdw.c | 282 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()
|
D | byt.c | 181 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/ |
D | sst-baytrail-ipc.c | 634 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/ |
D | sst-haswell-ipc.c | 765 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/ |
D | sst.c | 83 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()
|
D | sst.h | 306 int ipcd; member
|