Searched refs:SST_ISRX (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/sound/soc/intel/atom/sst/ |
D | sst_ipc.c | 188 isr.full = sst_shim_read64(sst_drv_ctx->shim, SST_ISRX); in intel_sst_clear_intr_mrfld() 192 sst_shim_write64(sst_drv_ctx->shim, SST_ISRX, isr.full); in intel_sst_clear_intr_mrfld()
|
D | sst.c | 56 isr.full = sst_shim_read64(drv->shim, SST_ISRX); in intel_sst_interrupt_mrfld() 68 sst_shim_write64(drv->shim, SST_ISRX, isr.full); in intel_sst_interrupt_mrfld()
|
/Linux-v5.4/sound/soc/intel/common/ |
D | sst-dsp.h | 33 #define SST_ISRX 0x18 macro
|
/Linux-v5.4/sound/soc/intel/baytrail/ |
D | sst-baytrail-dsp.c | 179 isrx = sst_dsp_shim_read64_unlocked(sst, SST_ISRX); in sst_byt_irq()
|
D | sst-baytrail-ipc.c | 637 isr = sst_dsp_shim_read64_unlocked(sst, SST_ISRX); in byt_shim_dbg()
|
/Linux-v5.4/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 221 isr = sst_dsp_shim_read_unlocked(sst, SST_ISRX); in hsw_irq()
|
D | sst-haswell-ipc.c | 2066 isr = sst_dsp_shim_read_unlocked(sst, SST_ISRX); in hsw_shim_dbg()
|