Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dhost.h264 #define MMC_CAP_HW_RESET (1 << 31) /* Hardware reset */ macro
/linux-4.1.27/drivers/mmc/host/
Dsdhci-acpi.c205 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR |
Dsdhci-pci.c272 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR | in byt_emmc_probe_slot()
1480 slot->host->mmc->caps |= MMC_CAP_HW_RESET; in sdhci_pci_probe_slot()
/linux-4.1.27/drivers/mmc/core/
Dmmc.c1819 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_reset()
Dcore.c2313 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_hw_reset_for_init()