Lines Matching refs:resp
48 if (!mmc_host_is_spi(host) && !(cmd.resp[0] & R1_APP_CMD)) in mmc_app_cmd()
89 if (cmd->resp[0] & R1_SPI_ILLEGAL_COMMAND) in mmc_wait_for_app_cmd()
97 memset(cmd->resp, 0, sizeof(cmd->resp)); in mmc_wait_for_app_cmd()
111 if (cmd->resp[0] & R1_SPI_ILLEGAL_COMMAND) in mmc_wait_for_app_cmd()
175 if (!(cmd.resp[0] & R1_SPI_IDLE)) in mmc_send_app_op_cond()
178 if (cmd.resp[0] & MMC_CARD_BUSY) in mmc_send_app_op_cond()
191 *rocr = cmd.resp[0]; in mmc_send_app_op_cond()
217 result_pattern = cmd.resp[1] & 0xFF; in mmc_send_if_cond()
219 result_pattern = cmd.resp[0] & 0xFF; in mmc_send_if_cond()
243 *rca = cmd.resp[0] >> 16; in mmc_send_relative_addr()
308 u8 value, u8 *resp) in mmc_sd_switch() argument
338 sg_init_one(&sg, resp, 64); in mmc_sd_switch()