Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Dhost.h267 #define MMC_CAP_HW_RESET (1 << 31) /* Hardware reset */ macro
/linux-4.4.14/drivers/mmc/core/
Dhost.c271 host->caps |= MMC_CAP_HW_RESET; in mmc_of_parse()
Dmmc.c1978 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_reset()
Dcore.c2431 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_hw_reset_for_init()
/linux-4.4.14/drivers/mmc/host/
Dsdhci-acpi.c235 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR |
Dsdhci-pci-core.c363 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR | in byt_emmc_probe_slot()
1692 slot->host->mmc->caps |= MMC_CAP_HW_RESET; in sdhci_pci_probe_slot()