Searched refs:SST_IPCX (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/sound/soc/intel/atom/sst/ |
D | sst_ipc.c | 135 header.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCX); in sst_post_message_mrfld() 146 header.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCX); in sst_post_message_mrfld() 178 sst_shim_write64(sst_drv_ctx->shim, SST_IPCX, msg->mrfld_header.full); in sst_post_message_mrfld()
|
D | sst.c | 275 ctx->ipc_reg.ipcx = SST_IPCX + ctx->pdata->ipc_info->ipc_offset; in sst_context_init()
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 645 sst_dsp_shim_write64_unlocked(ipc->dsp, SST_IPCX, msg->header); in byt_tx_msg() 653 ipcx = sst_dsp_shim_read64_unlocked(sst, SST_IPCX); in byt_shim_dbg() 686 ipcx = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in byt_is_dsp_busy()
|
D | sst-baytrail-dsp.c | 190 sst_dsp_shim_update_bits64_unlocked(sst, SST_IPCX, in sst_byt_irq()
|
/linux-4.4.14/sound/soc/intel/common/ |
D | sst-dsp.c | 344 sst_dsp_shim_write_unlocked(dsp, SST_IPCX, msg | SST_IPCX_BUSY); in sst_dsp_ipc_msg_tx() 353 msg = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in sst_dsp_ipc_msg_rx()
|
D | sst-dsp.h | 46 #define SST_IPCX 0x38 /* IPC IA -> SST */ macro
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 797 sst_dsp_shim_update_bits_unlocked(sst, SST_IPCX, in hsw_irq_thread() 1707 sst_dsp_shim_read_unlocked(hsw->dsp, SST_IPCX)); in sst_hsw_dsp_runtime_resume() 2080 ipcx = sst_dsp_shim_read_unlocked(sst, SST_IPCX); in hsw_shim_dbg() 2109 ipcx = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in hsw_is_dsp_busy() 2191 sst_dsp_shim_read_unlocked(hsw->dsp, SST_IPCX)); in sst_hsw_dsp_init()
|
D | sst-haswell-dsp.c | 392 sst_dsp_shim_write(sst, SST_IPCX, 0x0); in hsw_set_dsp_D0()
|