Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/intel/
Dmtl.c133 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()
[all …]