Lines Matching refs:resp

346 	union sd_response resp;  member
468 &vub300->resp, sizeof(vub300->resp), in irqpoll_out_completed()
593 switch (vub300->resp.common.header_type) { in __vub300_irqpoll_response()
604 if (vub300->resp.error.error_code == SD_ERROR_NO_DEVICE) in __vub300_irqpoll_response()
608 vub300->system_port_status = vub300->resp.status; in __vub300_irqpoll_response()
615 int offloaded_data_length = vub300->resp.common.header_size - 3; in __vub300_irqpoll_response()
619 add_offloaded_reg(vub300, &vub300->resp.irq.reg[ri]); in __vub300_irqpoll_response()
633 int offloaded_data_length = vub300->resp.common.header_size - 3; in __vub300_irqpoll_response()
637 add_offloaded_reg(vub300, &vub300->resp.irq.reg[ri]); in __vub300_irqpoll_response()
808 } else if (vub300->resp.common.header_type != 0x02) { in command_res_completed()
815 vub300_response_error(vub300->resp.error.error_code); in command_res_completed()
819 vub300_response_error(vub300->resp.error.error_code); in command_res_completed()
835 &vub300->resp, sizeof(vub300->resp), in command_out_completed()
1637 } else if (vub300->resp.common.header_type == 0x00) { in __vub300_command_response()
1642 } else if (vub300->resp.common.header_type == RESPONSE_ERROR) { in __vub300_command_response()
1644 vub300_response_error(vub300->resp.error.error_code); in __vub300_command_response()
1647 } else if (vub300->resp.common.header_type == RESPONSE_PIGGYBACKED) { in __vub300_command_response()
1649 vub300->resp.common.header_size - in __vub300_command_response()
1654 add_offloaded_reg(vub300, &vub300->resp.pig.reg[ri]); in __vub300_command_response()
1657 vub300->resp.common.header_size = in __vub300_command_response()
1659 vub300->resp.common.header_type = 0x00; in __vub300_command_response()
1661 } else if (vub300->resp.common.header_type == RESPONSE_PIG_DISABLED) { in __vub300_command_response()
1663 vub300->resp.common.header_size - in __vub300_command_response()
1668 add_offloaded_reg(vub300, &vub300->resp.pig.reg[ri]); in __vub300_command_response()
1682 vub300->resp.common.header_size = in __vub300_command_response()
1684 vub300->resp.common.header_type = 0x00; in __vub300_command_response()
1686 } else if (vub300->resp.common.header_type == RESPONSE_PIG_ENABLED) { in __vub300_command_response()
1688 vub300->resp.common.header_size - in __vub300_command_response()
1693 add_offloaded_reg(vub300, &vub300->resp.pig.reg[ri]); in __vub300_command_response()
1707 vub300->resp.common.header_size = in __vub300_command_response()
1709 vub300->resp.common.header_type = 0x00; in __vub300_command_response()
1723 u8 *r = vub300->resp.response.command_response; in construct_request_response()
1725 cmd->resp[words] = (r[1 + (words << 2)] << 24) in construct_request_response()
1729 cmd->resp[words] = (r[1 + (words << 2)] << 24) in construct_request_response()
1732 cmd->resp[words] = (r[1 + (words << 2)] << 24); in construct_request_response()
1735 cmd->resp[words] = (r[1 + (words << 2)] << 24) in construct_request_response()
1740 if ((cmd->opcode == 53) && (0x000000FF & cmd->resp[0])) in construct_request_response()
1741 cmd->resp[0] &= 0xFFFFFF00; in construct_request_response()
1816 cmd->resp[1] = checksum << 24; in examine_cyclic_buffer()
1817 cmd->resp[0] = (rf->Respond_Byte[0] << 24) in examine_cyclic_buffer()
1838 cmd->resp[1] = checksum << 24; in examine_cyclic_buffer()
1839 cmd->resp[0] = (r->Respond_Byte[0] << 24) in examine_cyclic_buffer()
1885 cmd->resp[1] = checksum << 24; in satisfy_request_from_offloaded_data()
1886 cmd->resp[0] = (rsp0 << 24) in satisfy_request_from_offloaded_data()