Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ipc.c55 HDA_DSP_REG_HIPCCTL_DONE, in hda_dsp_ipc_dsp_done()
56 HDA_DSP_REG_HIPCCTL_DONE); in hda_dsp_ipc_dsp_done()
171 HDA_DSP_REG_HIPCCTL_DONE, 0); in hda_dsp_ipc4_irq_thread()
268 HDA_DSP_REG_HIPCCTL_DONE, 0); in hda_dsp_ipc_irq_thread()
H A Dhda-loader-skl.c360 HDA_DSP_REG_HIPCCTL_DONE, in cl_dsp_init_skl()
361 HDA_DSP_REG_HIPCCTL_DONE); in cl_dsp_init_skl()
H A Dhda-dsp.c330 HDA_DSP_REG_HIPCCTL_DONE | HDA_DSP_REG_HIPCCTL_BUSY, in hda_dsp_ipc_int_enable()
331 HDA_DSP_REG_HIPCCTL_DONE | HDA_DSP_REG_HIPCCTL_BUSY); in hda_dsp_ipc_int_enable()
352 HDA_DSP_REG_HIPCCTL_BUSY | HDA_DSP_REG_HIPCCTL_DONE, 0); in hda_dsp_ipc_int_disable()
H A Dhda.h323 #define HDA_DSP_REG_HIPCCTL_DONE BIT(1) macro