Lines Matching refs:resp
45 if (!mmc_host_is_spi(host) && !(cmd.resp[0] & R1_APP_CMD)) in mmc_app_cmd()
67 if (cmd->resp[0] & R1_SPI_ILLEGAL_COMMAND) in mmc_wait_for_app_cmd()
75 memset(cmd->resp, 0, sizeof(cmd->resp)); in mmc_wait_for_app_cmd()
89 if (cmd->resp[0] & R1_SPI_ILLEGAL_COMMAND) in mmc_wait_for_app_cmd()
141 if (!(cmd.resp[0] & R1_SPI_IDLE)) in mmc_send_app_op_cond()
144 if (cmd.resp[0] & MMC_CARD_BUSY) in mmc_send_app_op_cond()
157 *rocr = cmd.resp[0]; in mmc_send_app_op_cond()
163 u32 *resp) in __mmc_send_if_cond() argument
184 result_pattern = cmd.resp[1] & 0xFF; in __mmc_send_if_cond()
186 result_pattern = cmd.resp[0] & 0xFF; in __mmc_send_if_cond()
191 if (resp) in __mmc_send_if_cond()
192 *resp = cmd.resp[0]; in __mmc_send_if_cond()
204 u32 resp = 0; in mmc_send_if_cond_pcie() local
216 ret = __mmc_send_if_cond(host, ocr, pcie_bits, &resp); in mmc_send_if_cond_pcie()
221 resp &= 0x3000; in mmc_send_if_cond_pcie()
222 if (pcie_bits && resp) { in mmc_send_if_cond_pcie()
223 if (resp == 0x3000) in mmc_send_if_cond_pcie()
251 *rca = cmd.resp[0] >> 16; in mmc_send_relative_addr()
311 u8 value, u8 *resp) in mmc_sd_switch() argument
323 return mmc_send_adtc_data(card, card->host, SD_SWITCH, cmd_args, resp, in mmc_sd_switch()