Lines Matching defs:get_spt_response_buf
67 * @get_spt_response_buf: response from sdm for get_spt command
103 unsigned int *get_spt_response_buf;
284 priv->spt0_address = priv->get_spt_response_buf[0];
286 priv->spt0_address |= priv->get_spt_response_buf[1];
288 priv->spt1_address = priv->get_spt_response_buf[2];
290 priv->spt1_address |= priv->get_spt_response_buf[3];
298 stratix10_svc_free_memory(priv->chan, priv->get_spt_response_buf);
299 priv->get_spt_response_buf = NULL;
336 msg.payload_output = priv->get_spt_response_buf;
779 priv->get_spt_response_buf =
782 if (IS_ERR(priv->get_spt_response_buf)) {