Searched refs:MMC_CAP_HW_RESET (Results 1 – 5 of 5) sorted by relevance
264 #define MMC_CAP_HW_RESET (1 << 31) /* Hardware reset */ macro
205 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR |
272 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()
1819 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_reset()
2313 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_hw_reset_for_init()