Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dcnl.c57 if (hipctdr & CNL_DSP_REG_HIPCTDR_BUSY) { in cnl_ipc4_irq_thread()
161 if (hipctdr & CNL_DSP_REG_HIPCTDR_BUSY) { in cnl_ipc_irq_thread()
214 CNL_DSP_REG_HIPCTDR_BUSY, in cnl_ipc_host_done()
215 CNL_DSP_REG_HIPCTDR_BUSY); in cnl_ipc_host_done()
H A Dhda.h401 #define CNL_DSP_REG_HIPCTDR_BUSY BIT(31) macro