Searched refs:sdhci_do_reset (Results 1 – 3 of 3) sorted by relevance
238 bool sdhci_do_reset(struct sdhci_host *host, u8 mask) in sdhci_do_reset() function251 EXPORT_SYMBOL_GPL(sdhci_do_reset);255 if (sdhci_do_reset(host, SDHCI_RESET_ALL)) { in sdhci_reset_for_all()277 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_reset_for_reason()283 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_reset_for_reason()289 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_reset_for_reason()290 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_reset_for_reason()293 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_reset_for_reason()
860 bool sdhci_do_reset(struct sdhci_host *host, u8 mask);
112 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_uhs2_reset_cmd_data()