busy_detect_flag  180 drivers/mmc/host/mmci.c 	.busy_detect_flag	= MCI_ST_CARDBUSY,
busy_detect_flag  213 drivers/mmc/host/mmci.c 	.busy_detect_flag	= MCI_ST_CARDBUSY,
busy_detect_flag  302 drivers/mmc/host/mmci.c 	if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag)
busy_detect_flag 1240 drivers/mmc/host/mmci.c 		    (readl(base + MMCISTATUS) & host->variant->busy_detect_flag)) {
busy_detect_flag 1263 drivers/mmc/host/mmci.c 		    (status & host->variant->busy_detect_flag)) {
busy_detect_flag 1543 drivers/mmc/host/mmci.c 		if (host->variant->busy_detect_flag)
busy_detect_flag 1544 drivers/mmc/host/mmci.c 			status &= ~host->variant->busy_detect_flag;
busy_detect_flag  337 drivers/mmc/host/mmci.h 	u32			busy_detect_flag;