Home
last modified time | relevance | path

Searched refs:SST_IPCX (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/sound/soc/intel/atom/sst/
Dsst_ipc.c135 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()
Dsst.c303 ctx->ipc_reg.ipcx = SST_IPCX + ctx->pdata->ipc_info->ipc_offset; in sst_context_init()
/Linux-v4.19/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c638 sst_dsp_shim_write64_unlocked(ipc->dsp, SST_IPCX, msg->header); in byt_tx_msg()
646 ipcx = sst_dsp_shim_read64_unlocked(sst, SST_IPCX); in byt_shim_dbg()
679 ipcx = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in byt_is_dsp_busy()
Dsst-baytrail-dsp.c190 sst_dsp_shim_update_bits64_unlocked(sst, SST_IPCX, in sst_byt_irq()
/Linux-v4.19/sound/soc/intel/common/
Dsst-dsp.c342 sst_dsp_shim_write_unlocked(dsp, SST_IPCX, msg | SST_IPCX_BUSY); in sst_dsp_ipc_msg_tx()
351 msg = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in sst_dsp_ipc_msg_rx()
Dsst-dsp.h46 #define SST_IPCX 0x38 /* IPC IA -> SST */ macro
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-ipc.c794 sst_dsp_shim_update_bits_unlocked(sst, SST_IPCX, in hsw_irq_thread()
1701 sst_dsp_shim_read_unlocked(hsw->dsp, SST_IPCX)); in sst_hsw_dsp_runtime_resume()
2068 ipcx = sst_dsp_shim_read_unlocked(sst, SST_IPCX); in hsw_shim_dbg()
2097 ipcx = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in hsw_is_dsp_busy()
2179 sst_dsp_shim_read_unlocked(hsw->dsp, SST_IPCX)); in sst_hsw_dsp_init()
Dsst-haswell-dsp.c397 sst_dsp_shim_write(sst, SST_IPCX, 0x0); in hsw_set_dsp_D0()