Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dsdhci-pxav2.c51 if (mask == SDHCI_RESET_ALL) { in pxav2_reset()
Dsdhci-of-at91.c124 if (priv->cal_always_on && (mask & SDHCI_RESET_ALL)) { in sdhci_at91_reset()
Dsdhci-esdhc-imx.c799 if (val & SDHCI_RESET_ALL) { in esdhc_writeb_le()
997 esdhc_clrset_le(host, 0xff, SDHCI_RESET_ALL, SDHCI_SOFTWARE_RESET); in esdhc_prepare_tuning()
999 !(sw_rst & SDHCI_RESET_ALL), 10, 100); in esdhc_prepare_tuning()
Dsdhci-pxav3.c173 if (mask == SDHCI_RESET_ALL) { in pxav3_reset()
Dsdhci-xenon.c164 if (!(mask & SDHCI_RESET_ALL)) in xenon_reset_exit()
Dsdhci.h125 #define SDHCI_RESET_ALL 0x01 macro
Dsdhci.c209 if (mask & SDHCI_RESET_ALL) { in sdhci_reset()
247 if (mask & SDHCI_RESET_ALL) { in sdhci_do_reset()
328 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_init()
3992 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_read_caps()
4731 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_add_host()
4789 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_remove_host()
Dsdhci-pci-gli.c747 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_gl9763e_reset()
Dsdhci-acpi.c632 if (mask & SDHCI_RESET_ALL) { in amd_sdhci_reset()
Dsdhci-pci-core.c239 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_cqhci_reset()
1789 if (pdev->device == 0x7906 && (mask & SDHCI_RESET_ALL)) { in amd_sdhci_reset()
Dsdhci-msm.c1928 if (host->pwr && (val & SDHCI_RESET_ALL)) in __sdhci_msm_check_write()
2029 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL)) in sdhci_msm_reset()
Dsdhci-of-esdhc.c840 if ((mask & SDHCI_RESET_ALL) && in esdhc_reset()
Dsdhci-tegra.c379 if (!(mask & SDHCI_RESET_ALL)) in tegra_sdhci_reset()