tuning_done       242 drivers/mmc/host/sdhci-msm.c 	bool tuning_done;
tuning_done       761 drivers/mmc/host/sdhci-msm.c 	if ((msm_host->tuning_done || ios.enhanced_strobe) &&
tuning_done      1119 drivers/mmc/host/sdhci-msm.c 	msm_host->tuning_done = 0;
tuning_done      1182 drivers/mmc/host/sdhci-msm.c 		msm_host->tuning_done = true;
tuning_done      1199 drivers/mmc/host/sdhci-msm.c 	    (msm_host->tuning_done || ios->enhanced_strobe) &&
tuning_done       231 drivers/mmc/host/sdhci-pci-gli.c 			if (!host->tuning_done) {
tuning_done       244 drivers/mmc/host/sdhci-pci-gli.c 	if (!host->tuning_done) {
tuning_done       206 drivers/mmc/host/sdhci-pci-o2micro.c 				host->tuning_done = true;
tuning_done      2387 drivers/mmc/host/sdhci.c 	host->tuning_done = 0;
tuning_done      2392 drivers/mmc/host/sdhci.c 	wait_event_timeout(host->buf_ready_int, (host->tuning_done == 1),
tuning_done      2411 drivers/mmc/host/sdhci.c 		if (!host->tuning_done) {
tuning_done      2916 drivers/mmc/host/sdhci.c 			host->tuning_done = 1;
tuning_done       588 drivers/mmc/host/sdhci.h 	unsigned int		tuning_done;	/* Condition flag set when CMD19 succeeds */