Lines Matching defs:msg
39 u32 msg;
51 msg = hipcida & CNL_DSP_REG_HIPCIDA_MSG_MASK;
54 "ipc: firmware response, msg:0x%x, msg_ext:0x%x\n",
55 msg, msg_ext);
66 snd_sof_ipc_reply(sdev, msg);
77 msg = hipctdr & CNL_DSP_REG_HIPCTDR_MSG_MASK;
81 "ipc: firmware initiated, msg:0x%x, msg_ext:0x%x\n",
82 msg, msg_ext);
119 * set done bit to ack dsp the msg has been
120 * processed and send reply msg to dsp
131 * set DONE bit - tell DSP we have received the reply msg
146 static bool cnl_compact_ipc_compress(struct snd_sof_ipc_msg *msg,
151 if (msg->header == (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_GATE)) {
152 pm_gate = msg->msg_data;
166 int cnl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg)
181 if (cnl_compact_ipc_compress(msg, &dr, &dd)) {
191 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data,
192 msg->msg_size);
196 hdr = msg->msg_data;
227 /* TODO: parse the raw msg */