Home
last modified time | relevance | path

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

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