Searched refs:ipcx (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 285 ipcx = snd_sof_dsp_read(sdev, BDW_DSP_BAR, SHIM_IPCX); in bdw_irq_thread() 288 if (ipcx & SHIM_IPCX_DONE && in bdw_irq_thread() 305 snd_sof_ipc_reply(sdev, ipcx); in bdw_irq_thread() 324 snd_sof_dsp_panic(sdev, BDW_PANIC_OFFSET(ipcx) + in bdw_irq_thread()
|
D | byt.c | 181 u64 ipcx, ipcd; in byt_irq_thread() local 185 ipcx = snd_sof_dsp_read64(sdev, BYT_DSP_BAR, SHIM_IPCX); in byt_irq_thread() 188 if (ipcx & SHIM_BYT_IPCX_DONE && in byt_irq_thread() 206 snd_sof_ipc_reply(sdev, ipcx); in byt_irq_thread()
|
/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 634 u64 isr, ipcd, imrx, ipcx; in byt_shim_dbg() local 636 ipcx = sst_dsp_shim_read64_unlocked(sst, SST_IPCX); in byt_shim_dbg() 643 text, ipcx, isr, ipcd, imrx); in byt_shim_dbg() 667 u64 ipcx; in byt_is_dsp_busy() local 669 ipcx = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in byt_is_dsp_busy() 670 return (ipcx & (SST_IPCX_BUSY | SST_IPCX_DONE)); in byt_is_dsp_busy()
|
/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 765 u32 ipcx, ipcd; in hsw_irq_thread() local 770 ipcx = sst_dsp_ipc_msg_rx(hsw->dsp); in hsw_irq_thread() 774 if (ipcx & SST_IPCX_DONE) { in hsw_irq_thread() 777 hsw_process_reply(hsw, ipcx); in hsw_irq_thread() 2063 u32 isr, ipcd, imrx, ipcx; in hsw_shim_dbg() local 2065 ipcx = sst_dsp_shim_read_unlocked(sst, SST_IPCX); in hsw_shim_dbg() 2072 text, ipcx, isr, ipcd, imrx); in hsw_shim_dbg() 2092 u64 ipcx; in hsw_is_dsp_busy() local 2094 ipcx = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in hsw_is_dsp_busy() 2095 return (ipcx & (SST_IPCX_BUSY | SST_IPCX_DONE)); in hsw_is_dsp_busy()
|
/sound/soc/intel/atom/sst/ |
D | sst.c | 62 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()
|
D | sst.h | 305 int ipcx; member
|