Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-pxav2.c61 if (mask == SDHCI_RESET_ALL) { in pxav2_reset()
Dsdhci-tegra.c150 if (!(mask & SDHCI_RESET_ALL)) in tegra_sdhci_reset()
Dsdhci.c185 if (mask & SDHCI_RESET_ALL) { in sdhci_reset()
219 if (mask & SDHCI_RESET_ALL) { in sdhci_do_reset()
253 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_init()
3377 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_read_caps()
4082 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_add_host()
4140 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_remove_host()
Dsdhci.h120 #define SDHCI_RESET_ALL 0x01 macro
Dsdhci-pxav3.c185 if (mask == SDHCI_RESET_ALL) { in pxav3_reset()
Dsdhci-xenon.c163 if (!(mask & SDHCI_RESET_ALL)) in xenon_reset_exit()
Dsdhci-of-esdhc.c638 if (mask & SDHCI_RESET_ALL) { in esdhc_reset()
Dsdhci-esdhc-imx.c647 if (val & SDHCI_RESET_ALL) { in esdhc_writeb_le()
Dsdhci-msm.c1522 if (host->pwr && (val & SDHCI_RESET_ALL)) in __sdhci_msm_check_write()