Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/intel/
H A Dtgl.c146 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
175 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
204 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
233 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
H A Dmtl.c483 ((status & chip->ipc_ack_mask) == chip->ipc_ack_mask), in mtl_dsp_cl_init()
492 snd_sof_dsp_update_bits_forced(sdev, HDA_DSP_BAR, chip->ipc_ack, chip->ipc_ack_mask, in mtl_dsp_cl_init()
493 chip->ipc_ack_mask); in mtl_dsp_cl_init()
770 .ipc_ack_mask = MTL_DSP_REG_HFIPCXIDA_DONE,
798 .ipc_ack_mask = MTL_DSP_REG_HFIPCXIDA_DONE,
H A Dhda-loader.c163 ((status & chip->ipc_ack_mask) in cl_dsp_init()
164 == chip->ipc_ack_mask), in cl_dsp_init()
179 chip->ipc_ack_mask, in cl_dsp_init()
180 chip->ipc_ack_mask); in cl_dsp_init()
H A Dskl.c108 .ipc_ack_mask = HDA_DSP_REG_HIPCIE_DONE,
H A Dapl.c108 .ipc_ack_mask = HDA_DSP_REG_HIPCIE_DONE,
H A Dptl.c111 .ipc_ack_mask = MTL_DSP_REG_HFIPCXIDA_DONE,
H A Dlnl.c171 .ipc_ack_mask = MTL_DSP_REG_HFIPCXIDA_DONE,
H A Dcnl.c463 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
499 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
H A Dicl.c177 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
H A Dshim.h179 int ipc_ack_mask; member