Searched refs:ipcx (Results 1 – 4 of 4) sorted by relevance
/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 651 u64 isr, ipcd, imrx, ipcx; in byt_shim_dbg() local 653 ipcx = sst_dsp_shim_read64_unlocked(sst, SST_IPCX); in byt_shim_dbg() 660 text, ipcx, isr, ipcd, imrx); in byt_shim_dbg() 684 u64 ipcx; in byt_is_dsp_busy() local 686 ipcx = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in byt_is_dsp_busy() 687 return (ipcx & (SST_IPCX_BUSY | SST_IPCX_DONE)); in byt_is_dsp_busy()
|
/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 780 u32 ipcx, ipcd; in hsw_irq_thread() local 786 ipcx = sst_dsp_ipc_msg_rx(hsw->dsp); in hsw_irq_thread() 790 if (ipcx & SST_IPCX_DONE) { in hsw_irq_thread() 793 handled = hsw_process_reply(hsw, ipcx); in hsw_irq_thread() 2078 u32 isr, ipcd, imrx, ipcx; in hsw_shim_dbg() local 2080 ipcx = sst_dsp_shim_read_unlocked(sst, SST_IPCX); in hsw_shim_dbg() 2087 text, ipcx, isr, ipcd, imrx); in hsw_shim_dbg() 2107 u64 ipcx; in hsw_is_dsp_busy() local 2109 ipcx = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in hsw_is_dsp_busy() 2110 return (ipcx & (SST_IPCX_BUSY | SST_IPCX_DONE)); in hsw_is_dsp_busy()
|
/sound/soc/intel/atom/sst/ |
D | sst.c | 69 drv->ipc_reg.ipcx); in intel_sst_interrupt_mrfld() 71 sst_shim_write64(drv->shim, drv->ipc_reg.ipcx, header.full); in intel_sst_interrupt_mrfld() 275 ctx->ipc_reg.ipcx = SST_IPCX + ctx->pdata->ipc_info->ipc_offset; in sst_context_init()
|
D | sst.h | 316 int ipcx; member 328 u64 ipcx; member
|