Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c51 if (mask == SDHCI_RESET_ALL) { in pxav2_reset()
H A Dsdhci-esdhc-imx.c782 if (val & SDHCI_RESET_ALL) { in esdhc_writeb_le()
980 esdhc_clrset_le(host, 0xff, SDHCI_RESET_ALL, SDHCI_SOFTWARE_RESET); in esdhc_prepare_tuning()
982 !(sw_rst & SDHCI_RESET_ALL), 10, 100); in esdhc_prepare_tuning()
H A Dsdhci-of-at91.c125 if (priv->cal_always_on && (mask & SDHCI_RESET_ALL)) { in sdhci_at91_reset()
H A Dsdhci-pxav3.c173 if (mask == SDHCI_RESET_ALL) { in pxav3_reset()
H A Dsdhci-xenon.c164 if (!(mask & SDHCI_RESET_ALL)) in xenon_reset_exit()
H A Dsdhci.c211 if (mask & SDHCI_RESET_ALL) { in sdhci_reset()
249 if (mask & SDHCI_RESET_ALL) { in sdhci_do_reset()
330 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_init()
4012 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_read_caps()
4751 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_add_host()
4809 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_remove_host()
H A Dsdhci.h126 #define SDHCI_RESET_ALL 0x01 macro
H A Dsdhci-of-dwcmshc.c378 if (mask & SDHCI_RESET_ALL && priv->reset) { in rk35xx_sdhci_reset()
H A Dsdhci-pci-gli.c752 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_gl9763e_reset()
H A Dsdhci-acpi.c632 if (mask & SDHCI_RESET_ALL) { in amd_sdhci_reset()
H A Dsdhci-pci-core.c239 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_cqhci_reset()
1826 if (pdev->device == 0x7906 && (mask & SDHCI_RESET_ALL)) { in amd_sdhci_reset()
H A Dsdhci-msm.c2206 if (host->pwr && (val & SDHCI_RESET_ALL)) in __sdhci_msm_check_write()
2307 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL)) in sdhci_msm_reset()
H A Dsdhci-of-esdhc.c844 if ((mask & SDHCI_RESET_ALL) && in esdhc_reset()
H A Dsdhci-tegra.c367 if (!(mask & SDHCI_RESET_ALL)) in tegra_sdhci_reset()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dkona_sdhci.c28 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
H A Dsdhci.c558 sdhci_reset(host, SDHCI_RESET_ALL);
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h109 #define SDHCI_RESET_ALL 0x01 macro