Searched refs:SDHCI_RESET_ALL (Results 1 - 25 of 29) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-cqhci.h | 17 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_and_cqhci_reset()
|
H A D | sdhci-pxav2.c | 51 if (mask == SDHCI_RESET_ALL) { in pxav2_reset()
|
H A D | sdhci-of-at91.c | 125 if (priv->cal_always_on && (mask & SDHCI_RESET_ALL)) { in sdhci_at91_reset()
|
H A D | sdhci-xenon.c | 164 if (!(mask & SDHCI_RESET_ALL)) in xenon_reset_exit()
|
H A D | sdhci-pxav3.c | 173 if (mask == SDHCI_RESET_ALL) { in pxav3_reset()
|
H A D | sdhci-esdhc-imx.c | 783 if (val & SDHCI_RESET_ALL) { in esdhc_writeb_le() 982 esdhc_clrset_le(host, 0xff, SDHCI_RESET_ALL, SDHCI_SOFTWARE_RESET); in esdhc_prepare_tuning() 984 !(sw_rst & SDHCI_RESET_ALL), 10, 100); in esdhc_prepare_tuning()
|
H A D | sdhci.h | 125 #define SDHCI_RESET_ALL 0x01 macro
|
H A D | sdhci.c | 209 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() 4065 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_read_caps() 4806 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_add_host() 4864 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_remove_host()
|
H A D | sdhci-acpi.c | 632 if (mask & SDHCI_RESET_ALL) { in amd_sdhci_reset()
|
H A D | sdhci-pci-gli.c | 752 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_gl9763e_reset()
|
H A D | sdhci-pci-core.c | 239 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() 1839 * SDHCI_RESET_ALL says the card detect logic should not be in amd_sdhci_reset()
|
H A D | sdhci-msm.c | 1946 if (host->pwr && (val & SDHCI_RESET_ALL)) in __sdhci_msm_check_write() 2047 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL)) in sdhci_msm_reset()
|
H A D | sdhci-of-esdhc.c | 842 if ((mask & SDHCI_RESET_ALL) && in esdhc_reset() 1399 * This bit is not able to be reset by SDHCI_RESET_ALL. Need to in esdhc_init()
|
H A D | sdhci-tegra.c | 367 if (!(mask & SDHCI_RESET_ALL)) in tegra_sdhci_reset()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-cqhci.h | 17 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_and_cqhci_reset()
|
H A D | sdhci-pxav2.c | 60 if (mask == SDHCI_RESET_ALL) { in pxav2_reset()
|
H A D | sdhci-of-at91.c | 125 if (priv->cal_always_on && (mask & SDHCI_RESET_ALL)) { in sdhci_at91_reset()
|
H A D | sdhci-pxav3.c | 171 if (mask == SDHCI_RESET_ALL) { in pxav3_reset()
|
H A D | sdhci-omap.c | 850 if (mask & SDHCI_RESET_ALL) in sdhci_omap_reset() 878 if (mask & SDHCI_RESET_ALL) in sdhci_omap_reset()
|
H A D | sdhci-esdhc-imx.c | 871 if (val & SDHCI_RESET_ALL) { in esdhc_writeb_le() 1131 esdhc_clrset_le(host, 0xff, SDHCI_RESET_ALL, SDHCI_SOFTWARE_RESET); in esdhc_prepare_tuning() 1133 !(sw_rst & SDHCI_RESET_ALL), 10, 100); in esdhc_prepare_tuning()
|
H A D | sdhci-of-dwcmshc.c | 332 if (mask & SDHCI_RESET_ALL && priv->reset) { in rk35xx_sdhci_reset()
|
H A D | sdhci.h | 132 #define SDHCI_RESET_ALL 0x01 macro
|
H A D | sdhci-xenon.c | 165 if (!(mask & SDHCI_RESET_ALL)) in xenon_reset_exit()
|
H A D | sdhci-acpi.c | 588 if (mask & SDHCI_RESET_ALL) { in amd_sdhci_reset()
|
H A D | sdhci-of-esdhc.c | 849 if ((mask & SDHCI_RESET_ALL) && in esdhc_reset() 1406 * This bit is not able to be reset by SDHCI_RESET_ALL. Need to in esdhc_init()
|
Completed in 39 milliseconds
12