Searched refs:MMC_CAP_WAIT_WHILE_BUSY (Results 1 – 21 of 21) sorted by relevance
37 MMC_CAP_WAIT_WHILE_BUSY,43 MMC_CAP_WAIT_WHILE_BUSY,63 MMC_CAP_CMD23 | MMC_CAP_WAIT_WHILE_BUSY,
101 MMC_CAP_CMD23 | MMC_CAP_WAIT_WHILE_BUSY,119 MMC_CAP_CMD23 | MMC_CAP_WAIT_WHILE_BUSY,
420 MMC_CAP_CMD_DURING_TFR | MMC_CAP_WAIT_WHILE_BUSY,438 MMC_CAP_WAIT_WHILE_BUSY,453 .caps = MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_AGGRESSIVE_PM,
880 MMC_CAP_WAIT_WHILE_BUSY; in byt_emmc_probe_slot()1069 MMC_CAP_WAIT_WHILE_BUSY; in ni_byt_sdio_probe_slot()1077 MMC_CAP_WAIT_WHILE_BUSY; in byt_sdio_probe_slot()1092 slot->host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY | in byt_sd_probe_slot()
419 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in dwcmshc_probe()
92 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in xenon_enable_sdhc()
587 MMC_CAP_WAIT_WHILE_BUSY; in sdhci_sprd_probe()
566 mmc->caps |= MMC_CAP_CMD23 | MMC_CAP_WAIT_WHILE_BUSY; in meson_mx_mmc_add_host()
849 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_HW_RESET; in meson_mx_sdhc_probe()
1272 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in davinci_mmcsd_probe()
1660 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in sdhci_arasan_probe()
1663 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_NEED_RSP_BUSY; in sdhci_tegra_probe()
1429 mmc->caps |= MMC_CAP_MMC_HIGHSPEED | MMC_CAP_WAIT_WHILE_BUSY; in sh_mmcif_probe()
1918 MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_CMD23; in omap_hsmmc_probe()
2162 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in mmci_probe()
2715 msm_host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_NEED_RSP_BUSY; in sdhci_msm_probe()
594 if (((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) || in __mmc_switch()853 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_send_hpi_cmd()
1674 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in mmc_do_erase()
1957 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_sleep()
277 if (test->card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) in mmc_test_wait_busy()
342 #define MMC_CAP_WAIT_WHILE_BUSY (1 << 9) /* Waits while card is busy */ macro
Completed in 65 milliseconds