Home
last modified time | relevance | path

Searched refs:SST_IMRX (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-dsp.c224 sst_dsp_shim_read_unlocked(sst, SST_IMRX)); in hsw_irq()
227 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq()
234 sst_dsp_shim_read_unlocked(sst, SST_IMRX)); in hsw_irq()
237 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq()
382 sst_dsp_shim_update_bits(sst, SST_IMRX, (SST_IMRX_BUSY | SST_IMRX_DONE), in hsw_set_dsp_D0()
Dsst-haswell-ipc.c508 sst_dsp_shim_update_bits(hsw->dsp, SST_IMRX, SST_IMRX_BUSY, 0); in hsw_notification_work()
784 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq_thread()
799 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq_thread()
2068 imrx = sst_dsp_shim_read_unlocked(sst, SST_IMRX); in hsw_shim_dbg()
/Linux-v5.4/sound/soc/intel/baytrail/
Dsst-baytrail-dsp.c188 sst_dsp_shim_update_bits64_unlocked(sst, SST_IMRX, in sst_byt_irq()
318 sst_dsp_shim_update_bits64(sst, SST_IMRX, 0x3, 0x0); in sst_byt_init()
Dsst-baytrail-ipc.c325 sst_dsp_shim_update_bits64_unlocked(sst, SST_IMRX, in sst_byt_irq_thread()
639 imrx = sst_dsp_shim_read64_unlocked(sst, SST_IMRX); in byt_shim_dbg()
/Linux-v5.4/sound/soc/intel/atom/sst/
Dsst.c79 imr.full = sst_shim_read64(drv->shim, SST_IMRX); in intel_sst_interrupt_mrfld()
81 sst_shim_write64(drv->shim, SST_IMRX, imr.full); in intel_sst_interrupt_mrfld()
319 sst_shim_write64(ctx->shim, SST_IMRX, 0xFFFF0038); in sst_context_init()
Dsst_ipc.c187 imr.full = sst_shim_read64(sst_drv_ctx->shim, SST_IMRX); in intel_sst_clear_intr_mrfld()
203 sst_shim_write64(sst_drv_ctx->shim, SST_IMRX, imr.full); in intel_sst_clear_intr_mrfld()
/Linux-v5.4/sound/soc/intel/common/
Dsst-dsp.h35 #define SST_IMRX 0x28 macro