Home
last modified time | relevance | path

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

/linux/include/linux/mmc/
H A Dhost.h402 #define MMC_CAP_WAIT_WHILE_BUSY (1 << 9) /* Waits while card is busy */ macro
/linux/drivers/mmc/host/
H A Dlitex_mmc.c605 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY | in litex_mmc_probe()
H A Dmeson-mx-sdhc-mmc.c823 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_HW_RESET; in meson_mx_sdhc_probe()
H A Dsdhci-of-arasan.c1973 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in sdhci_arasan_probe()
H A Dsdhci-of-dwcmshc.c2035 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in dwcmshc_probe()
/linux/drivers/mmc/core/
H A Dmmc_test.c271 if (test->card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) in mmc_test_wait_busy()