Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci-pxav2.c51 if (mask == SDHCI_RESET_ALL) { in pxav2_reset()
Dsdhci.c204 if (mask & SDHCI_RESET_ALL) { in sdhci_reset()
242 if (mask & SDHCI_RESET_ALL) { in sdhci_do_reset()
322 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_init()
3608 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_read_caps()
4326 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_add_host()
4384 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_remove_host()
Dsdhci-pxav3.c173 if (mask == SDHCI_RESET_ALL) { in pxav3_reset()
Dsdhci.h124 #define SDHCI_RESET_ALL 0x01 macro
Dsdhci-xenon.c164 if (!(mask & SDHCI_RESET_ALL)) in xenon_reset_exit()
Dsdhci-of-esdhc.c749 if (mask & SDHCI_RESET_ALL) { in esdhc_reset()
Dsdhci-tegra.c362 if (!(mask & SDHCI_RESET_ALL)) in tegra_sdhci_reset()
Dsdhci-esdhc-imx.c687 if (val & SDHCI_RESET_ALL) { in esdhc_writeb_le()
Dsdhci-msm.c1589 if (host->pwr && (val & SDHCI_RESET_ALL)) in __sdhci_msm_check_write()
Dsdhci-pci-core.c1618 if (pdev->device == 0x7906 && (mask & SDHCI_RESET_ALL)) { in amd_sdhci_reset()