Home
last modified time | relevance | path

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

/linux-6.1.9/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()
274 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_reset_for_reason()
280 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_reset_for_reason()
286 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_reset_for_reason()
287 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_reset_for_reason()
290 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_reset_for_reason()