sdhci_do_reset
sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA);
EXPORT_SYMBOL_GPL(sdhci_do_reset);
if (sdhci_do_reset(host, SDHCI_RESET_ALL)) {
sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA);
sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA);
sdhci_do_reset(host, SDHCI_RESET_CMD);
sdhci_do_reset(host, SDHCI_RESET_DATA);
sdhci_do_reset(host, SDHCI_RESET_DATA);
bool sdhci_do_reset(struct sdhci_host *host, u8 mask);