Searched refs:SST_IMRX (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/sound/soc/intel/atom/sst/ |
D | sst.c | 86 imr.full = sst_shim_read64(drv->shim, SST_IMRX); in intel_sst_interrupt_mrfld() 88 sst_shim_write64(drv->shim, SST_IMRX, imr.full); in intel_sst_interrupt_mrfld() 299 sst_shim_write64(ctx->shim, SST_IMRX, 0xFFFF0038); in sst_context_init() 353 shim_regs->imrx = sst_shim_read64(shim, SST_IMRX); in sst_save_shim64() 371 sst_shim_write64(shim, SST_IMRX, shim_regs->imrx); in sst_restore_shim64()
|
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-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 228 sst_dsp_shim_read_unlocked(sst, SST_IMRX)); in hsw_irq() 231 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq() 238 sst_dsp_shim_read_unlocked(sst, SST_IMRX)); in hsw_irq() 241 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq() 386 sst_dsp_shim_update_bits(sst, SST_IMRX, (SST_IMRX_BUSY | SST_IMRX_DONE), in hsw_set_dsp_D0()
|
D | sst-haswell-ipc.c | 523 sst_dsp_shim_update_bits(hsw->dsp, SST_IMRX, SST_IMRX_BUSY, 0); in hsw_notification_work() 801 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq_thread() 818 sst_dsp_shim_update_bits_unlocked(sst, SST_IMRX, in hsw_irq_thread() 2083 imrx = sst_dsp_shim_read_unlocked(sst, SST_IMRX); in hsw_shim_dbg()
|
/linux-4.4.14/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 | 340 sst_dsp_shim_update_bits64_unlocked(sst, SST_IMRX, in sst_byt_irq_thread() 656 imrx = sst_dsp_shim_read64_unlocked(sst, SST_IMRX); in byt_shim_dbg()
|
/linux-4.4.14/sound/soc/intel/common/ |
D | sst-dsp.h | 44 #define SST_IMRX 0x28 macro
|