Searched refs:sst_dsp_shim_read_unlocked (Results 1 – 10 of 10) sorted by relevance
/sound/soc/intel/skylake/ |
D | skl-sst-dsp.c | 57 val = sst_dsp_shim_read_unlocked(ctx, SKL_ADSP_REG_ADSPCS); in skl_dsp_get_enabled_cores() 94 if ((sst_dsp_shim_read_unlocked(ctx, SKL_ADSP_REG_ADSPCS) & in skl_dsp_core_set_reset_state() 124 if ((sst_dsp_shim_read_unlocked(ctx, SKL_ADSP_REG_ADSPCS) & in skl_dsp_core_unset_reset_state() 140 val = sst_dsp_shim_read_unlocked(ctx, SKL_ADSP_REG_ADSPCS); in is_skl_dsp_core_enable() 205 if ((sst_dsp_shim_read_unlocked(ctx, SKL_ADSP_REG_ADSPCS) & in skl_dsp_core_power_up() 310 val = sst_dsp_shim_read_unlocked(ctx, SKL_ADSP_REG_ADSPIS); in skl_dsp_sst_interrupt()
|
D | cnl-sst-dsp.c | 64 val = sst_dsp_shim_read_unlocked(ctx, CNL_ADSP_REG_ADSPCS); in is_cnl_dsp_core_enable() 192 val = sst_dsp_shim_read_unlocked(ctx, CNL_ADSP_REG_ADSPIS); in cnl_dsp_sst_interrupt() 258 return sst_dsp_shim_read_unlocked(ctx, CNL_ADSP_REG_ADSPIS) & in cnl_ipc_int_status()
|
D | cnl-sst.c | 327 hipcida = sst_dsp_shim_read_unlocked(dsp, CNL_ADSP_REG_HIPCIDA); in cnl_dsp_irq_thread_handler() 328 hipctdr = sst_dsp_shim_read_unlocked(dsp, CNL_ADSP_REG_HIPCTDR); in cnl_dsp_irq_thread_handler() 329 hipctdd = sst_dsp_shim_read_unlocked(dsp, CNL_ADSP_REG_HIPCTDD); in cnl_dsp_irq_thread_handler() 405 hipcidr = sst_dsp_shim_read_unlocked(dsp, CNL_ADSP_REG_HIPCIDR); in cnl_ipc_is_dsp_busy()
|
D | skl-sst-ipc.c | 291 hipci = sst_dsp_shim_read_unlocked(dsp, SKL_ADSP_REG_HIPCI); in skl_ipc_is_dsp_busy() 505 hipcie = sst_dsp_shim_read_unlocked(dsp, SKL_ADSP_REG_HIPCIE); in skl_dsp_irq_thread_handler() 506 hipct = sst_dsp_shim_read_unlocked(dsp, SKL_ADSP_REG_HIPCT); in skl_dsp_irq_thread_handler() 507 hipcte = sst_dsp_shim_read_unlocked(dsp, SKL_ADSP_REG_HIPCTE); in skl_dsp_irq_thread_handler() 595 return sst_dsp_shim_read_unlocked(ctx, in skl_ipc_int_status()
|
D | skl-sst-cldma.c | 311 sst_dsp_shim_read_unlocked(ctx, SKL_ADSP_REG_CL_SD_STS); in skl_cldma_process_intr()
|
/sound/soc/intel/common/ |
D | sst-dsp.c | 135 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read_unlocked() function 139 EXPORT_SYMBOL_GPL(sst_dsp_shim_read_unlocked); 160 ret = sst_dsp_shim_read_unlocked(sst, offset); in sst_dsp_shim_update_bits_unlocked() 198 ret = sst_dsp_shim_read_unlocked(sst, offset); in sst_dsp_shim_update_bits_forced_unlocked() 263 while ((((reg = sst_dsp_shim_read_unlocked(ctx, offset)) & mask) != target) in sst_dsp_register_poll() 342 msg = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in sst_dsp_ipc_msg_rx()
|
D | sst-dsp.h | 231 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset);
|
/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 715 header = sst_dsp_shim_read_unlocked(sst, SST_IPCD); in hsw_process_notification() 771 ipcd = sst_dsp_shim_read_unlocked(sst, SST_IPCD); in hsw_irq_thread() 1695 sst_dsp_shim_read_unlocked(hsw->dsp, SST_IPCD), in sst_hsw_dsp_runtime_resume() 1696 sst_dsp_shim_read_unlocked(hsw->dsp, SST_IPCX)); in sst_hsw_dsp_runtime_resume() 2065 ipcx = sst_dsp_shim_read_unlocked(sst, SST_IPCX); in hsw_shim_dbg() 2066 isr = sst_dsp_shim_read_unlocked(sst, SST_ISRX); in hsw_shim_dbg() 2067 ipcd = sst_dsp_shim_read_unlocked(sst, SST_IPCD); in hsw_shim_dbg() 2068 imrx = sst_dsp_shim_read_unlocked(sst, SST_IMRX); in hsw_shim_dbg() 2094 ipcx = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in hsw_is_dsp_busy() 2175 sst_dsp_shim_read_unlocked(hsw->dsp, SST_IPCD), in sst_hsw_dsp_init() [all …]
|
D | sst-haswell-dsp.c | 221 isr = sst_dsp_shim_read_unlocked(sst, SST_ISRX); in hsw_irq() 224 sst_dsp_shim_read_unlocked(sst, SST_IMRX)); in hsw_irq() 234 sst_dsp_shim_read_unlocked(sst, SST_IMRX)); in hsw_irq()
|
/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 669 ipcx = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in byt_is_dsp_busy()
|