Searched refs:MMC_CAP_WAIT_WHILE_BUSY (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
H A Dsdhci-acpi.c206 MMC_CAP_WAIT_WHILE_BUSY,
219 MMC_CAP_WAIT_WHILE_BUSY,
231 .caps = MMC_CAP_WAIT_WHILE_BUSY,
H A Dsdhci-pci.c274 MMC_CAP_WAIT_WHILE_BUSY; byt_emmc_probe_slot()
286 MMC_CAP_WAIT_WHILE_BUSY; byt_sdio_probe_slot()
293 MMC_CAP_WAIT_WHILE_BUSY; byt_sd_probe_slot()
H A Ddavinci_mmc.c1308 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; davinci_mmcsd_probe()
H A Dmmci.c1638 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; mmci_probe()
H A Dsh_mmcif.c1422 mmc->caps |= MMC_CAP_MMC_HIGHSPEED | MMC_CAP_WAIT_WHILE_BUSY; sh_mmcif_probe()
H A Domap_hsmmc.c2038 MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_ERASE; omap_hsmmc_probe()
/linux-4.1.27/drivers/mmc/core/
H A Dmmc_ops.c519 if ((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) __mmc_switch()
534 if ((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) __mmc_switch()
541 * does'nt support MMC_CAP_WAIT_WHILE_BUSY, then we can only __mmc_switch()
H A Dmmc.c1552 if (!cmd.busy_timeout || !(host->caps & MMC_CAP_WAIT_WHILE_BUSY)) mmc_sleep()
/linux-4.1.27/include/linux/mmc/
H A Dhost.h246 #define MMC_CAP_WAIT_WHILE_BUSY (1 << 9) /* Waits while card is busy */ macro
/linux-4.1.27/drivers/mmc/card/
H A Dblock.c766 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && card_busy_detect()
H A Dmmc_test.c255 if (test->card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) mmc_test_wait_busy()

Completed in 175 milliseconds