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.c290 header = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in sst_byt_process_notification()
321 header = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in sst_byt_irq_thread()
335 sst_dsp_shim_update_bits64_unlocked(sst, SST_IPCD, in sst_byt_irq_thread()
655 ipcd = sst_dsp_shim_read64_unlocked(sst, SST_IPCD); in byt_shim_dbg()
/sound/soc/intel/atom/sst/
Dsst_ipc.c203 clear_ipc.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCD); in intel_sst_clear_intr_mrfld()
208 sst_shim_write64(sst_drv_ctx->shim, SST_IPCD, clear_ipc.full); in intel_sst_clear_intr_mrfld()
Dsst.c276 ctx->ipc_reg.ipcd = SST_IPCD + ctx->pdata->ipc_info->ipc_offset; in sst_context_init()
/sound/soc/intel/haswell/
Dsst-haswell-ipc.c519 sst_dsp_shim_update_bits(hsw->dsp, SST_IPCD, in hsw_notification_work()
730 header = sst_dsp_shim_read_unlocked(sst, SST_IPCD); in hsw_process_notification()
787 ipcd = sst_dsp_shim_read_unlocked(sst, SST_IPCD); in hsw_irq_thread()
814 sst_dsp_shim_update_bits_unlocked(sst, SST_IPCD, in hsw_irq_thread()
1706 sst_dsp_shim_read_unlocked(hsw->dsp, SST_IPCD), in sst_hsw_dsp_runtime_resume()
2082 ipcd = sst_dsp_shim_read_unlocked(sst, SST_IPCD); in hsw_shim_dbg()
2190 sst_dsp_shim_read_unlocked(hsw->dsp, SST_IPCD), in sst_hsw_dsp_init()
Dsst-haswell-dsp.c393 sst_dsp_shim_write(sst, SST_IPCD, 0x0); in hsw_set_dsp_D0()
/sound/soc/intel/common/
Dsst-dsp.h47 #define SST_IPCD 0x40 /* IPC SST -> IA */ macro