Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-pxav2.c61 if (mask == SDHCI_RESET_ALL) { in pxav2_reset()
Dsdhci-tegra.c131 if (!(mask & SDHCI_RESET_ALL)) in tegra_sdhci_reset()
Dsdhci.c182 if (mask & SDHCI_RESET_ALL) { in sdhci_reset()
215 if (mask & SDHCI_RESET_ALL) { in sdhci_do_reset()
233 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_init()
2909 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_add_host()
3430 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_add_host()
3473 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_remove_host()
Dsdhci.h115 #define SDHCI_RESET_ALL 0x01 macro
Dsdhci-pxav3.c183 if (mask == SDHCI_RESET_ALL) { in pxav3_reset()