Searched refs:sdhci_do_reset (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/mmc/host/
H A Dsdhci.c236 static bool sdhci_do_reset(struct sdhci_host *host, u8 mask) function
252 if (sdhci_do_reset(host, SDHCI_RESET_ALL)) {
274 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA);
280 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA);
286 sdhci_do_reset(host, SDHCI_RESET_CMD);
287 sdhci_do_reset(host, SDHCI_RESET_DATA);
290 sdhci_do_reset(host, SDHCI_RESET_DATA);

Completed in 251 milliseconds