Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-cqhci.h17 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_and_cqhci_reset()
H A Dsdhci-pxav2.c60 if (mask == SDHCI_RESET_ALL) { in pxav2_reset()
H A Dsdhci-of-at91.c125 if (priv->cal_always_on && (mask & SDHCI_RESET_ALL)) { in sdhci_at91_reset()
H A Dsdhci-esdhc-imx.c876 if (val & SDHCI_RESET_ALL) { in esdhc_writeb_le()
1136 esdhc_clrset_le(host, 0xff, SDHCI_RESET_ALL, SDHCI_SOFTWARE_RESET); in esdhc_prepare_tuning()
1138 !(sw_rst & SDHCI_RESET_ALL), 10, 100); in esdhc_prepare_tuning()
H A Dsdhci-pxav3.c171 if (mask == SDHCI_RESET_ALL) { in pxav3_reset()
H A Dsdhci-omap.c850 if (mask & SDHCI_RESET_ALL) in sdhci_omap_reset()
878 if (mask & SDHCI_RESET_ALL) in sdhci_omap_reset()
H A Dsdhci.h132 #define SDHCI_RESET_ALL 0x01 macro
H A Dsdhci-xenon.c165 if (!(mask & SDHCI_RESET_ALL)) in xenon_reset_exit()
H A Dsdhci-of-dwcmshc.c332 if (mask & SDHCI_RESET_ALL && priv->reset) { in rk35xx_sdhci_reset()
H A Dsdhci-acpi.c591 if (mask & SDHCI_RESET_ALL) { in amd_sdhci_reset()
H A Dsdhci-of-esdhc.c849 if ((mask & SDHCI_RESET_ALL) && in esdhc_reset()
H A Dsdhci-tegra.c374 if (!(mask & SDHCI_RESET_ALL)) in tegra_sdhci_reset()
H A Dsdhci.c208 if (mask & SDHCI_RESET_ALL) { in sdhci_reset()
252 if (sdhci_do_reset(host, SDHCI_RESET_ALL)) { in sdhci_reset_for_all()
H A Dsdhci-pci-core.c1799 if (pdev->device == 0x7906 && (mask & SDHCI_RESET_ALL)) { in amd_sdhci_reset()
H A Dsdhci-msm.c2085 if (host->pwr && (val & SDHCI_RESET_ALL)) in __sdhci_msm_check_write()
/openbmc/u-boot/drivers/mmc/
H A Dkona_sdhci.c27 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
H A Dsdhci.c540 sdhci_reset(host, SDHCI_RESET_ALL);
/openbmc/u-boot/include/
H A Dsdhci.h107 #define SDHCI_RESET_ALL 0x01 macro