Searched refs:host_ipc (Results 1 – 1 of 1) sorted by relevance
133 u32 host_ipc; in mtl_enable_interrupts() local146 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() local198 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()[all …]