Lines Matching refs:host_ipc
133 u32 host_ipc; in mtl_enable_interrupts() local
146 host_ipc = MTL_IRQ_INTEN_L_HOST_IPC_MASK | MTL_IRQ_INTEN_L_SOUNDWIRE_MASK; in mtl_enable_interrupts()
148 (irqinten & host_ipc) == host_ipc, in mtl_enable_interrupts()
160 host_ipc = MTL_DSP_REG_HfHIPCIE_IE_MASK; in mtl_enable_interrupts()
162 (hipcie & host_ipc) == host_ipc, in mtl_enable_interrupts()
171 host_ipc = MTL_DSP_REG_HfSNDWIE_IE_MASK; in mtl_enable_interrupts()
173 (hipcie & host_ipc) == host_ipc, in mtl_enable_interrupts()
185 u32 host_ipc; in mtl_disable_interrupts() local
198 host_ipc = MTL_IRQ_INTEN_L_HOST_IPC_MASK | MTL_IRQ_INTEN_L_SOUNDWIRE_MASK; in mtl_disable_interrupts()
200 (irqinten & host_ipc) == 0, in mtl_disable_interrupts()
211 host_ipc = MTL_DSP_REG_HfHIPCIE_IE_MASK; in mtl_disable_interrupts()
213 (hipcie & host_ipc) == 0, in mtl_disable_interrupts()
225 host_ipc = MTL_DSP_REG_HfSNDWIE_IE_MASK; in mtl_disable_interrupts()
227 (hipcie & host_ipc) == 0, in mtl_disable_interrupts()