SD_IO_RW_EXTENDED  134 drivers/mmc/core/sdio_ops.c 	cmd.opcode = SD_IO_RW_EXTENDED;
SD_IO_RW_EXTENDED   32 drivers/mmc/core/sdio_ops.h 	return (opcode == SD_IO_RW_EXTENDED ||
SD_IO_RW_EXTENDED  792 drivers/mmc/host/atmel-mci.c 		if (cmd->opcode == SD_IO_RW_EXTENDED) {
SD_IO_RW_EXTENDED  337 drivers/mmc/host/dw_mmc.c 	} else if (cmdr == SD_IO_RW_EXTENDED) {
SD_IO_RW_EXTENDED  247 drivers/mmc/host/meson-gx-mmc.c 	if (mrq->cmd->opcode == SD_IO_RW_EXTENDED)
SD_IO_RW_EXTENDED  413 drivers/mmc/host/mxs-mmc.c 	if (cmd->opcode == SD_IO_RW_EXTENDED)
SD_IO_RW_EXTENDED  776 drivers/mmc/host/rtsx_pci_sdmmc.c 	return (cmd->opcode == SD_IO_RW_EXTENDED) && (data->blksz == 512);
SD_IO_RW_EXTENDED  561 drivers/mmc/host/sdhci-esdhc-imx.c 				&& (host->cmd->opcode == SD_IO_RW_EXTENDED)
SD_IO_RW_EXTENDED 1158 drivers/mmc/host/sdhci.c 			 (cmd->opcode != SD_IO_RW_EXTENDED);
SD_IO_RW_EXTENDED  449 drivers/mmc/host/sunxi-mmc.c 	if (req->cmd->opcode == SD_IO_RW_EXTENDED) {
SD_IO_RW_EXTENDED  284 drivers/mmc/host/tmio_mmc_core.c 			    (cmd->opcode == SD_IO_RW_EXTENDED || host->mrq->sbc))
SD_IO_RW_EXTENDED  946 drivers/mmc/host/usdhi6rol0.c 		    (cmd->opcode == SD_IO_RW_EXTENDED &&
SD_IO_RW_EXTENDED 1008 drivers/mmc/host/usdhi6rol0.c 		if (cmd->opcode == SD_IO_RW_EXTENDED && data->blocks > 1) {
SD_IO_RW_EXTENDED 1036 drivers/mmc/host/usdhi6rol0.c 		    (cmd->opcode == SD_IO_RW_EXTENDED &&
SD_IO_RW_EXTENDED 1376 drivers/mmc/host/usdhi6rol0.c 		    (cmd->opcode == SD_IO_RW_EXTENDED &&
SD_IO_RW_EXTENDED 1383 drivers/mmc/host/usdhi6rol0.c 		    (cmd->opcode == SD_IO_RW_EXTENDED &&
SD_IO_RW_EXTENDED  308 drivers/net/wireless/ath/ath6kl/sdio.c 	cmd.opcode = SD_IO_RW_EXTENDED;
SD_IO_RW_EXTENDED  435 drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c 	mmc_cmd.opcode = SD_IO_RW_EXTENDED;