Home
last modified time | relevance | path

Searched refs:MMC_CAP_HW_RESET (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/mmc/core/
Dhost.c293 host->caps |= MMC_CAP_HW_RESET; in mmc_of_parse()
Dmmc.c2156 if ((host->caps & MMC_CAP_HW_RESET) && host->ops->hw_reset && in _mmc_hw_reset()
Dcore.c2434 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_hw_reset_for_init()
/Linux-v4.19/include/linux/mmc/
Dhost.h342 #define MMC_CAP_HW_RESET (1 << 31) /* Hardware reset */ macro
/Linux-v4.19/drivers/mmc/host/
Drenesas_sdhi_core.c690 host->mmc->caps |= MMC_CAP_HW_RESET; in renesas_sdhi_probe()
Dsdhci-acpi.c436 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR |
Dsdhci-pci-core.c720 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR | in byt_emmc_probe_slot()
1746 slot->host->mmc->caps |= MMC_CAP_HW_RESET; in sdhci_pci_probe_slot()
Dbcm2835.c1279 MMC_CAP_NEEDS_POLL | MMC_CAP_HW_RESET | MMC_CAP_ERASE | in bcm2835_add_host()