Home
last modified time | relevance | path

Searched refs:HDA_DSP_REG_HIPCIE_DONE (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-ipc.c55 HDA_DSP_REG_HIPCIE_DONE, in hda_dsp_ipc_dsp_done()
56 HDA_DSP_REG_HIPCIE_DONE); in hda_dsp_ipc_dsp_done()
178 if (hipcie & HDA_DSP_REG_HIPCIE_DONE) { in hda_dsp_ipc4_irq_thread()
270 if (hipcie & HDA_DSP_REG_HIPCIE_DONE) { in hda_dsp_ipc_irq_thread()
H A Dskl.c108 .ipc_ack_mask = HDA_DSP_REG_HIPCIE_DONE,
H A Dapl.c108 .ipc_ack_mask = HDA_DSP_REG_HIPCIE_DONE,
H A Dhda.h323 #define HDA_DSP_REG_HIPCIE_DONE BIT(30) macro