Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ipc.c49 HDA_DSP_REG_HIPCIE_DONE, in hda_dsp_ipc_dsp_done()
50 HDA_DSP_REG_HIPCIE_DONE); in hda_dsp_ipc_dsp_done()
168 if (hipcie & HDA_DSP_REG_HIPCIE_DONE) { in hda_dsp_ipc4_irq_thread()
259 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.c110 .ipc_ack_mask = HDA_DSP_REG_HIPCIE_DONE,
H A Dhda.h319 #define HDA_DSP_REG_HIPCIE_DONE BIT(30) macro