Searched refs:SST_IPCD (Results 1 – 6 of 6) sorted by relevance
/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 275 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/ |
D | sst_ipc.c | 195 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()
|
D | sst.c | 296 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 | 504 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()
|
D | sst-haswell-dsp.c | 389 sst_dsp_shim_write(sst, SST_IPCD, 0x0); in hsw_set_dsp_D0()
|
/sound/soc/intel/common/ |
D | sst-dsp.h | 38 #define SST_IPCD 0x40 /* IPC SST -> IA */ macro
|