Lines Matching refs:resp
590 u32 resp; in msdc_cmd_find_resp() local
595 resp = 0x1; in msdc_cmd_find_resp()
598 resp = 0x7; in msdc_cmd_find_resp()
601 resp = 0x2; in msdc_cmd_find_resp()
604 resp = 0x3; in msdc_cmd_find_resp()
608 resp = 0x0; in msdc_cmd_find_resp()
612 return resp; in msdc_cmd_find_resp()
623 u32 resp = msdc_cmd_find_resp(host, mrq, cmd); in msdc_cmd_prepare_raw_cmd() local
624 u32 rawcmd = (opcode & 0x3f) | ((resp & 0x7) << 7); in msdc_cmd_prepare_raw_cmd()
626 host->cmd_rsp = resp; in msdc_cmd_prepare_raw_cmd()
690 u32 *rsp = cmd->resp; in msdc_auto_cmd_done()
750 u32 *rsp = cmd->resp; in msdc_cmd_done()