Home
last modified time | relevance | path

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

/linux/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.c486 ((status & chip->ipc_ack_mask) == chip->ipc_ack_mask), in mtl_dsp_cl_init()
495 snd_sof_dsp_update_bits_forced(sdev, HDA_DSP_BAR, chip->ipc_ack, chip->ipc_ack_mask, in mtl_dsp_cl_init()
496 chip->ipc_ack_mask); in mtl_dsp_cl_init()
781 .ipc_ack_mask = MTL_DSP_REG_HFIPCXIDA_DONE,
809 .ipc_ack_mask = MTL_DSP_REG_HFIPCXIDA_DONE,
H A Dlnl.c225 .ipc_ack_mask = MTL_DSP_REG_HFIPCXIDA_DONE,
249 .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 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