Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-acpi.c437 MMC_CAP_CMD_DURING_TFR | MMC_CAP_WAIT_WHILE_BUSY,
453 MMC_CAP_WAIT_WHILE_BUSY,
467 .caps = MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_AGGRESSIVE_PM,
Dsdhci-pci-core.c722 MMC_CAP_WAIT_WHILE_BUSY; in byt_emmc_probe_slot()
830 MMC_CAP_WAIT_WHILE_BUSY; in ni_byt_sdio_probe_slot()
838 MMC_CAP_WAIT_WHILE_BUSY; in byt_sdio_probe_slot()
845 slot->host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY | in byt_sd_probe_slot()
Dsdhci-xenon.c90 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in xenon_enable_sdhc()
Ddavinci_mmc.c1286 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in davinci_mmcsd_probe()
Dsh_mmcif.c1432 mmc->caps |= MMC_CAP_MMC_HIGHSPEED | MMC_CAP_WAIT_WHILE_BUSY; in sh_mmcif_probe()
Dmmci.c1700 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in mmci_probe()
Domap_hsmmc.c2072 MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_ERASE | MMC_CAP_CMD23; in omap_hsmmc_probe()
/Linux-v4.19/include/linux/mmc/
Dhost.h319 #define MMC_CAP_WAIT_WHILE_BUSY (1 << 9) /* Waits while card is busy */ macro
/Linux-v4.19/drivers/mmc/core/
Dmmc_ops.c574 if (((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) || in __mmc_switch()
Dmmc.c1917 if (!cmd.busy_timeout || !(host->caps & MMC_CAP_WAIT_WHILE_BUSY)) in mmc_sleep()
Dcore.c2070 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in mmc_do_erase()
Dmmc_test.c280 if (test->card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) in mmc_test_wait_busy()