Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dtgl.c138 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
167 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
196 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
225 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
H A Dmtl.c463 ((status & chip->ipc_ack_mask) == chip->ipc_ack_mask), in mtl_dsp_cl_init()
472 snd_sof_dsp_update_bits_forced(sdev, HDA_DSP_BAR, chip->ipc_ack, chip->ipc_ack_mask, in mtl_dsp_cl_init()
473 chip->ipc_ack_mask); in mtl_dsp_cl_init()
765 .ipc_ack_mask = MTL_DSP_REG_HFIPCXIDA_DONE,
793 .ipc_ack_mask = MTL_DSP_REG_HFIPCXIDA_DONE,
H A Dhda-loader.c144 ((status & chip->ipc_ack_mask) in cl_dsp_init()
145 == chip->ipc_ack_mask), in cl_dsp_init()
160 chip->ipc_ack_mask, in cl_dsp_init()
161 chip->ipc_ack_mask); in cl_dsp_init()
H A Dskl.c108 .ipc_ack_mask = HDA_DSP_REG_HIPCIE_DONE,
H A Dapl.c110 .ipc_ack_mask = HDA_DSP_REG_HIPCIE_DONE,
H A Dcnl.c457 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
493 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
H A Dlnl.c174 .ipc_ack_mask = MTL_DSP_REG_HFIPCXIDA_DONE,
H A Dicl.c179 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
H A Dshim.h178 int ipc_ack_mask; member