Home
last modified time | relevance | path

Searched refs:HDA_DSP_REG_HIPCT_BUSY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ipc.c31 HDA_DSP_REG_HIPCT_BUSY, in hda_dsp_ipc_host_done()
32 HDA_DSP_REG_HIPCT_BUSY); in hda_dsp_ipc_host_done()
178 if (hipct & HDA_DSP_REG_HIPCT_BUSY) { in hda_dsp_ipc4_irq_thread()
300 if (hipct & HDA_DSP_REG_HIPCT_BUSY) { in hda_dsp_ipc_irq_thread()
H A Dhda.h327 #define HDA_DSP_REG_HIPCT_BUSY BIT(31) macro