Home
last modified time | relevance | path

Searched refs:MMC_CAP_WAIT_WHILE_BUSY (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/mmc/host/
H A Drenesas_sdhi_internal_dmac.c98 MMC_CAP_CMD23 | MMC_CAP_WAIT_WHILE_BUSY,
112 MMC_CAP_CMD23 | MMC_CAP_WAIT_WHILE_BUSY,
128 MMC_CAP_CMD23 | MMC_CAP_WAIT_WHILE_BUSY,
H A Dsdhci-of-dwcmshc.c1434 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in dwcmshc_probe()
H A Dsdhci-tegra.c1702 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_NEED_RSP_BUSY; in sdhci_tegra_probe()
H A Dmmci.c2372 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in mmci_probe()
H A Dsdhci-msm.c2629 msm_host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_NEED_RSP_BUSY; in sdhci_msm_probe()
/linux/include/linux/mmc/
H A Dhost.h398 #define MMC_CAP_WAIT_WHILE_BUSY (1 << 9) /* Waits while card is busy */ macro
/linux/drivers/mmc/core/
H A Dmmc.c1991 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_sleep()
H A Dmmc_test.c277 if (test->card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) in mmc_test_wait_busy()