Lines Matching refs:resp
131 cmd->resp[0], cmd->resp[1], cmd->resp[2], in dw_mci_req_show()
132 cmd->resp[2], cmd->error); in dw_mci_req_show()
141 stop->resp[0], stop->resp[1], stop->resp[2], in dw_mci_req_show()
142 stop->resp[2], stop->error); in dw_mci_req_show()
1616 cmd->resp[3] = mci_readl(host, RESP0); in dw_mci_command_complete()
1617 cmd->resp[2] = mci_readl(host, RESP1); in dw_mci_command_complete()
1618 cmd->resp[1] = mci_readl(host, RESP2); in dw_mci_command_complete()
1619 cmd->resp[0] = mci_readl(host, RESP3); in dw_mci_command_complete()
1621 cmd->resp[0] = mci_readl(host, RESP0); in dw_mci_command_complete()
1622 cmd->resp[1] = 0; in dw_mci_command_complete()
1623 cmd->resp[2] = 0; in dw_mci_command_complete()
1624 cmd->resp[3] = 0; in dw_mci_command_complete()