Lines Matching refs:resp
136 struct hermes_response *resp) in hermes_doicmd_wait() argument
172 if (resp) { in hermes_doicmd_wait()
173 resp->status = status; in hermes_doicmd_wait()
174 resp->resp0 = hermes_read_regn(hw, RESP0); in hermes_doicmd_wait()
175 resp->resp1 = hermes_read_regn(hw, RESP1); in hermes_doicmd_wait()
176 resp->resp2 = hermes_read_regn(hw, RESP2); in hermes_doicmd_wait()
253 struct hermes_response *resp) in hermes_docmd_wait() argument
300 if (resp) { in hermes_docmd_wait()
301 resp->status = status; in hermes_docmd_wait()
302 resp->resp0 = hermes_read_regn(hw, RESP0); in hermes_docmd_wait()
303 resp->resp1 = hermes_read_regn(hw, RESP1); in hermes_docmd_wait()
304 resp->resp2 = hermes_read_regn(hw, RESP2); in hermes_docmd_wait()
648 struct hermes_response resp; in hermesi_program_end() local
652 rc = hw->ops->cmd_wait(hw, HERMES_PROGRAM_DISABLE, 0, &resp); in hermesi_program_end()
656 rc, resp.resp0, resp.resp1, resp.resp2); in hermesi_program_end()
659 ((resp.status & HERMES_STATUS_CMDCODE) != HERMES_CMD_DOWNLD)) in hermesi_program_end()