Searched refs:SST_IMRX (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 224 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()
|
D | sst-haswell-ipc.c | 508 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/ |
D | sst-baytrail-dsp.c | 188 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()
|
D | sst-baytrail-ipc.c | 325 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/ |
D | sst.c | 79 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()
|
D | sst_ipc.c | 187 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/ |
D | sst-dsp.h | 35 #define SST_IMRX 0x28 macro
|