Searched refs:snd_hdac_adsp_readl (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/sound/soc/intel/avs/ |
D | ipc.c | 311 adspis = snd_hdac_adsp_readl(adev, AVS_ADSP_REG_ADSPIS); in avs_dsp_irq_handler() 315 hipc_ack = snd_hdac_adsp_readl(adev, SKL_ADSP_REG_HIPCIE); in avs_dsp_irq_handler() 316 hipc_rsp = snd_hdac_adsp_readl(adev, SKL_ADSP_REG_HIPCT); in avs_dsp_irq_handler() 358 hipct = snd_hdac_adsp_readl(adev, SKL_ADSP_REG_HIPCT); in avs_dsp_irq_thread() 359 hipcte = snd_hdac_adsp_readl(adev, SKL_ADSP_REG_HIPCTE); in avs_dsp_irq_thread() 384 hipc_rsp = snd_hdac_adsp_readl(adev, SKL_ADSP_REG_HIPCT); in avs_ipc_is_busy()
|
D | dsp.c | 23 value = snd_hdac_adsp_readl(adev, AVS_ADSP_REG_ADSPCS); in avs_dsp_core_power() 52 value = snd_hdac_adsp_readl(adev, AVS_ADSP_REG_ADSPCS); in avs_dsp_core_reset() 76 value = snd_hdac_adsp_readl(adev, AVS_ADSP_REG_ADSPCS); in avs_dsp_core_stall()
|
D | cldma.c | 256 adspis = snd_hdac_adsp_readl(cl, AVS_ADSP_REG_ADSPIS); in cldma_irq_handler()
|
/linux-6.6.21/include/sound/ |
D | hdaudio_ext.h | 126 #define snd_hdac_adsp_readl(chip, reg) \ macro 141 (snd_hdac_adsp_readl(chip, reg) & ~(mask)) | (val))
|