Lines Matching refs:resp
133 cmd->resp[0], cmd->resp[1], cmd->resp[2], in dw_mci_req_show()
134 cmd->resp[2], cmd->error); in dw_mci_req_show()
143 stop->resp[0], stop->resp[1], stop->resp[2], in dw_mci_req_show()
144 stop->resp[2], stop->error); in dw_mci_req_show()
1495 cmd->resp[3] = mci_readl(host, RESP0); in dw_mci_command_complete()
1496 cmd->resp[2] = mci_readl(host, RESP1); in dw_mci_command_complete()
1497 cmd->resp[1] = mci_readl(host, RESP2); in dw_mci_command_complete()
1498 cmd->resp[0] = mci_readl(host, RESP3); in dw_mci_command_complete()
1500 cmd->resp[0] = mci_readl(host, RESP0); in dw_mci_command_complete()
1501 cmd->resp[1] = 0; in dw_mci_command_complete()
1502 cmd->resp[2] = 0; in dw_mci_command_complete()
1503 cmd->resp[3] = 0; in dw_mci_command_complete()