Searched refs:hipcie (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/sof/intel/ |
H A D | hda-ipc.c | 173 u32 hipcie, hipct; in hda_dsp_ipc4_irq_thread() local 175 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, HDA_DSP_REG_HIPCIE); in hda_dsp_ipc4_irq_thread() 178 if (hipcie & HDA_DSP_REG_HIPCIE_DONE) { in hda_dsp_ipc4_irq_thread() 255 u32 hipcie; in hda_dsp_ipc_irq_thread() local 263 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, in hda_dsp_ipc_irq_thread() 270 if (hipcie & HDA_DSP_REG_HIPCIE_DONE) { in hda_dsp_ipc_irq_thread() 272 msg_ext = hipcie & HDA_DSP_REG_HIPCIE_MSG_MASK; in hda_dsp_ipc_irq_thread() 509 u32 hipcie; in hda_ipc_dump() local 516 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, HDA_DSP_REG_HIPCIE); in hda_ipc_dump() 523 hipcie, hipct, hipcctl); in hda_ipc_dump() [all …]
|
H A D | mtl.c | 156 u32 hipcie; in mtl_enable_sdw_irq() local 174 ret = snd_sof_dsp_read_poll_timeout(sdev, HDA_DSP_BAR, MTL_DSP_REG_HfSNDWIE, hipcie, in mtl_enable_sdw_irq() 175 (hipcie & mask) == val, in mtl_enable_sdw_irq() 186 u32 hipcie; in mtl_enable_interrupts() local 226 ret = snd_sof_dsp_read_poll_timeout(sdev, HDA_DSP_BAR, MTL_DSP_REG_HfHIPCIE, hipcie, in mtl_enable_interrupts() 227 (hipcie & mask) == val, in mtl_enable_interrupts()
|