Home
last modified time | relevance | path

Searched refs:ipcx (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/sof/intel/
Dbyt.c163 u64 ipcx, ipcd; in byt_irq_handler() local
166 ipcx = snd_sof_dsp_read64(sdev, BYT_DSP_BAR, SHIM_IPCX); in byt_irq_handler()
169 if (ipcx & SHIM_BYT_IPCX_DONE) { in byt_irq_handler()
195 u64 ipcx, ipcd; in byt_irq_thread() local
197 ipcx = snd_sof_dsp_read64(sdev, BYT_DSP_BAR, SHIM_IPCX); in byt_irq_thread()
201 if (ipcx & SHIM_BYT_IPCX_DONE) { in byt_irq_thread()
213 snd_sof_ipc_reply(sdev, ipcx); in byt_irq_thread()
Dbdw.c303 u32 ipcx, ipcd, imrx; in bdw_irq_thread() local
306 ipcx = snd_sof_dsp_read(sdev, BDW_DSP_BAR, SHIM_IPCX); in bdw_irq_thread()
309 if (ipcx & SHIM_IPCX_DONE && in bdw_irq_thread()
326 snd_sof_ipc_reply(sdev, ipcx); in bdw_irq_thread()
345 snd_sof_dsp_panic(sdev, BDW_PANIC_OFFSET(ipcx) + in bdw_irq_thread()
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/
Dsst.c62 drv->ipc_reg.ipcx); in intel_sst_interrupt_mrfld()
64 sst_shim_write64(drv->shim, drv->ipc_reg.ipcx, header.full); in intel_sst_interrupt_mrfld()
295 ctx->ipc_reg.ipcx = SST_IPCX + ctx->pdata->ipc_info->ipc_offset; in sst_context_init()
Dsst.h312 int ipcx; member