Lines Matching defs:response
134 int mailbox_read_response(unsigned int *job_id, uint32_t *response,
164 if (iterate_resp(ret_resp_len, response, resp_len)
170 INFO("Error in response: %x\n", resp_data);
180 uint32_t *response, unsigned int *resp_len,
241 /* copy response data to input buffer if applicable */
243 if ((ret_resp_len > 0) && (response != NULL) && (resp_len != NULL)) {
254 memcpy((uint8_t *) response,
259 /* reset async response param */
264 INFO("Error in async response: %x\n",
276 int mailbox_poll_response(uint32_t job_id, uint32_t urgent, uint32_t *response,
333 if (iterate_resp(ret_resp_len, response, resp_len)
339 INFO("Error in response: %x\n", resp_data);
425 unsigned int len, uint32_t urgent, uint32_t *response,
449 status = mailbox_poll_response(job_id, urgent, response, resp_len);
477 uint32_t response[1], qspi_clk, reg;
478 unsigned int resp_len = ARRAY_SIZE(response);
481 CMD_CASUAL, response, &resp_len);
483 qspi_clk = response[0];
620 uint32_t res, response[6];
621 unsigned int resp_len = ARRAY_SIZE(response);
624 response, &resp_len);
630 res = response[RECONFIG_STATUS_STATE];
640 res = response[RECONFIG_STATUS_PIN_STATUS];
645 res = response[RECONFIG_STATUS_SOFTFUNC_STATUS];