Searched refs:ipcx (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-ipc.c | 145 u64 ipcx; in ipc_tx_msgs() local 156 ipcx = sst_dsp_shim_read_unlocked(ipc->dsp, SST_IPCX); in ipc_tx_msgs() 157 if (ipcx & (SST_IPCX_BUSY | SST_IPCX_DONE)) { in ipc_tx_msgs()
|
/linux-4.1.27/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
|
/linux-4.1.27/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()
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 776 u32 ipcx, ipcd; in hsw_irq_thread() local 782 ipcx = sst_dsp_ipc_msg_rx(hsw->dsp); in hsw_irq_thread() 786 if (ipcx & SST_IPCX_DONE) { in hsw_irq_thread() 789 handled = hsw_process_reply(hsw, ipcx); in hsw_irq_thread() 2074 u32 isr, ipcd, imrx, ipcx; in hsw_shim_dbg() local 2076 ipcx = sst_dsp_shim_read_unlocked(sst, SST_IPCX); in hsw_shim_dbg() 2083 text, ipcx, isr, ipcd, imrx); in hsw_shim_dbg()
|