Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/
H A Dstratix10-rsu.c103 unsigned int *get_spt_response_buf; member
284 priv->spt0_address = priv->get_spt_response_buf[0]; in rsu_get_spt_callback()
286 priv->spt0_address |= priv->get_spt_response_buf[1]; in rsu_get_spt_callback()
288 priv->spt1_address = priv->get_spt_response_buf[2]; in rsu_get_spt_callback()
290 priv->spt1_address |= priv->get_spt_response_buf[3]; in rsu_get_spt_callback()
298 stratix10_svc_free_memory(priv->chan, priv->get_spt_response_buf); in rsu_get_spt_callback()
299 priv->get_spt_response_buf = NULL; in rsu_get_spt_callback()
336 msg.payload_output = priv->get_spt_response_buf; in rsu_send_msg()
779 priv->get_spt_response_buf = in stratix10_rsu_probe()
782 if (IS_ERR(priv->get_spt_response_buf)) { in stratix10_rsu_probe()