Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-acpi.c425 MMC_CAP_CMD_DURING_TFR | MMC_CAP_WAIT_WHILE_BUSY,
443 MMC_CAP_WAIT_WHILE_BUSY,
458 .caps = MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_AGGRESSIVE_PM,
Dsdhci-pci-core.c776 MMC_CAP_WAIT_WHILE_BUSY; in byt_emmc_probe_slot()
955 MMC_CAP_WAIT_WHILE_BUSY; in ni_byt_sdio_probe_slot()
963 MMC_CAP_WAIT_WHILE_BUSY; in byt_sdio_probe_slot()
970 slot->host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY | in byt_sd_probe_slot()
Dsdhci-xenon.c91 host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in xenon_enable_sdhc()
Ddavinci_mmc.c1273 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in davinci_mmcsd_probe()
Dsh_mmcif.c1427 mmc->caps |= MMC_CAP_MMC_HIGHSPEED | MMC_CAP_WAIT_WHILE_BUSY; in sh_mmcif_probe()
Dmmci.c1959 mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; in mmci_probe()
Domap_hsmmc.c1904 MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_ERASE | MMC_CAP_CMD23; in omap_hsmmc_probe()
/Linux-v5.4/include/linux/mmc/
Dhost.h320 #define MMC_CAP_WAIT_WHILE_BUSY (1 << 9) /* Waits while card is busy */ macro
/Linux-v5.4/drivers/mmc/core/
Dmmc_ops.c576 if (((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) || in __mmc_switch()
Dmmc.c1933 if (!cmd.busy_timeout || !(host->caps & MMC_CAP_WAIT_WHILE_BUSY)) in mmc_sleep()
Dcore.c1761 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in mmc_do_erase()
Dmmc_test.c276 if (test->card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) in mmc_test_wait_busy()