Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-acpi.c236 MMC_CAP_WAIT_WHILE_BUSY,
251 MMC_CAP_WAIT_WHILE_BUSY,
263 .caps = MMC_CAP_WAIT_WHILE_BUSY,
Dsdhci-pci-core.c364 MMC_CAP_WAIT_WHILE_BUSY; in byt_emmc_probe_slot()
379 MMC_CAP_WAIT_WHILE_BUSY; in byt_sdio_probe_slot()
385 slot->host->mmc->caps |= 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.c1511 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.c2123 MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_ERASE; in omap_hsmmc_probe()
/linux-4.4.14/drivers/mmc/core/
Dmmc_ops.c537 if ((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in __mmc_switch()
552 if ((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in __mmc_switch()
Dmmc.c1078 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY) in mmc_select_hs400()
1161 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY) in mmc_hs400_to_hs200()
1270 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY) in mmc_select_hs200()
1721 if (!cmd.busy_timeout || !(host->caps & MMC_CAP_WAIT_WHILE_BUSY)) in mmc_sleep()
/linux-4.4.14/include/linux/mmc/
Dhost.h249 #define MMC_CAP_WAIT_WHILE_BUSY (1 << 9) /* Waits while card is busy */ macro
/linux-4.4.14/drivers/mmc/card/
Dmmc_test.c255 if (test->card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) in mmc_test_wait_busy()
Dblock.c863 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && in card_busy_detect()