Searched refs:SST_IMRX (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 233 sst_dsp_shim_read_unlocked(sst, SST_IMRX)); in hsw_irq() 236 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq() 243 sst_dsp_shim_read_unlocked(sst, SST_IMRX)); in hsw_irq() 246 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq() 391 sst_dsp_shim_update_bits(sst, SST_IMRX, (SST_IMRX_BUSY | SST_IMRX_DONE), in hsw_set_dsp_D0()
|
D | sst-haswell-ipc.c | 522 sst_dsp_shim_update_bits(hsw->dsp, SST_IMRX, SST_IMRX_BUSY, 0); in hsw_notification_work() 798 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq_thread() 813 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq_thread() 2071 imrx = sst_dsp_shim_read_unlocked(sst, SST_IMRX); in hsw_shim_dbg()
|
/Linux-v4.19/sound/soc/intel/baytrail/ |
D | sst-baytrail-dsp.c | 196 sst_dsp_shim_update_bits64_unlocked(sst, SST_IMRX, in sst_byt_irq() 326 sst_dsp_shim_update_bits64(sst, SST_IMRX, 0x3, 0x0); in sst_byt_init()
|
D | sst-baytrail-ipc.c | 333 sst_dsp_shim_update_bits64_unlocked(sst, SST_IMRX, in sst_byt_irq_thread() 649 imrx = sst_dsp_shim_read64_unlocked(sst, SST_IMRX); in byt_shim_dbg()
|
/Linux-v4.19/sound/soc/intel/atom/sst/ |
D | sst.c | 87 imr.full = sst_shim_read64(drv->shim, SST_IMRX); in intel_sst_interrupt_mrfld() 89 sst_shim_write64(drv->shim, SST_IMRX, imr.full); in intel_sst_interrupt_mrfld() 327 sst_shim_write64(ctx->shim, SST_IMRX, 0xFFFF0038); in sst_context_init()
|
D | sst_ipc.c | 195 imr.full = sst_shim_read64(sst_drv_ctx->shim, SST_IMRX); in intel_sst_clear_intr_mrfld() 211 sst_shim_write64(sst_drv_ctx->shim, SST_IMRX, imr.full); in intel_sst_clear_intr_mrfld()
|
/Linux-v4.19/sound/soc/intel/common/ |
D | sst-dsp.h | 44 #define SST_IMRX 0x28 macro
|