Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/catpt/
H A Dipc.c250 if (!(ipcd & CATPT_IPCD_BUSY)) in catpt_dsp_irq_thread()
256 catpt_updatel_shim(cdev, IPCD, CATPT_IPCD_BUSY | CATPT_IPCD_DONE, in catpt_dsp_irq_thread()
H A Dregisters.h60 #define CATPT_IPCD_BUSY BIT(31) macro