Home
last modified time | relevance | path

Searched refs:SST_IPCD (Results 1 – 6 of 6) sorted by relevance

/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c275 header = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in sst_byt_process_notification()
306 header = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in sst_byt_irq_thread()
320 sst_dsp_shim_update_bits64_unlocked(sst, SST_IPCD, in sst_byt_irq_thread()
638 ipcd = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in byt_shim_dbg()
/sound/soc/intel/atom/sst/
Dsst_ipc.c195 clear_ipc.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCD); in intel_sst_clear_intr_mrfld()
200 sst_shim_write64(sst_drv_ctx->shim, SST_IPCD, clear_ipc.full); in intel_sst_clear_intr_mrfld()
Dsst.c296 ctx->ipc_reg.ipcd = SST_IPCD + ctx->pdata->ipc_info->ipc_offset; in sst_context_init()
/sound/soc/intel/haswell/
Dsst-haswell-ipc.c504 sst_dsp_shim_update_bits(hsw->dsp, SST_IPCD, in hsw_notification_work()
715 header = sst_dsp_shim_read_unlocked(sst, SST_IPCD); in hsw_process_notification()
771 ipcd = sst_dsp_shim_read_unlocked(sst, SST_IPCD); in hsw_irq_thread()
795 sst_dsp_shim_update_bits_unlocked(sst, SST_IPCD, in hsw_irq_thread()
1695 sst_dsp_shim_read_unlocked(hsw->dsp, SST_IPCD), in sst_hsw_dsp_runtime_resume()
2067 ipcd = sst_dsp_shim_read_unlocked(sst, SST_IPCD); in hsw_shim_dbg()
2175 sst_dsp_shim_read_unlocked(hsw->dsp, SST_IPCD), in sst_hsw_dsp_init()
Dsst-haswell-dsp.c389 sst_dsp_shim_write(sst, SST_IPCD, 0x0); in hsw_set_dsp_D0()
/sound/soc/intel/common/
Dsst-dsp.h38 #define SST_IPCD 0x40 /* IPC SST -> IA */ macro