Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dsdhci.c236 static bool sdhci_do_reset(struct sdhci_host *host, u8 mask) in sdhci_do_reset() function
252 if (sdhci_do_reset(host, SDHCI_RESET_ALL)) { in sdhci_reset_for_all()
275 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_reset_for_reason()
281 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_reset_for_reason()
282 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_reset_for_reason()
285 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_reset_for_reason()