Searched refs:SST_IPCD (Results 1 – 6 of 6) sorted by relevance
/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 290 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/ |
D | sst_ipc.c | 203 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()
|
D | sst.c | 276 ctx->ipc_reg.ipcd = SST_IPCD + ctx->pdata->ipc_info->ipc_offset; in sst_context_init()
|
/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 519 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()
|
D | sst-haswell-dsp.c | 393 sst_dsp_shim_write(sst, SST_IPCD, 0x0); in hsw_set_dsp_D0()
|
/sound/soc/intel/common/ |
D | sst-dsp.h | 47 #define SST_IPCD 0x40 /* IPC SST -> IA */ macro
|