Searched refs:SDHCI_RESET_ALL (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | sdhci-pxav2.c | 51 if (mask == SDHCI_RESET_ALL) { in pxav2_reset()
|
D | sdhci-of-at91.c | 120 if (priv->cal_always_on && (mask & SDHCI_RESET_ALL)) { in sdhci_at91_reset()
|
D | sdhci-esdhc-imx.c | 797 if (val & SDHCI_RESET_ALL) { in esdhc_writeb_le() 995 esdhc_clrset_le(host, 0xff, SDHCI_RESET_ALL, SDHCI_SOFTWARE_RESET); in esdhc_prepare_tuning() 997 !(sw_rst & SDHCI_RESET_ALL), 10, 100); in esdhc_prepare_tuning()
|
D | sdhci-pxav3.c | 173 if (mask == SDHCI_RESET_ALL) { in pxav3_reset()
|
D | sdhci-xenon.c | 164 if (!(mask & SDHCI_RESET_ALL)) in xenon_reset_exit()
|
D | sdhci.h | 125 #define SDHCI_RESET_ALL 0x01 macro
|
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() 4018 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_read_caps() 4759 sdhci_do_reset(host, SDHCI_RESET_ALL); in __sdhci_add_host() 4817 sdhci_do_reset(host, SDHCI_RESET_ALL); in sdhci_remove_host()
|
D | sdhci-pci-gli.c | 752 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_gl9763e_reset()
|
D | sdhci-acpi.c | 632 if (mask & SDHCI_RESET_ALL) { in amd_sdhci_reset()
|
D | sdhci-pci-core.c | 239 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_cqhci_reset() 1816 if (pdev->device == 0x7906 && (mask & SDHCI_RESET_ALL)) { in amd_sdhci_reset()
|
D | sdhci-msm.c | 1945 if (host->pwr && (val & SDHCI_RESET_ALL)) in __sdhci_msm_check_write() 2046 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL)) in sdhci_msm_reset()
|
D | sdhci-of-esdhc.c | 840 if ((mask & SDHCI_RESET_ALL) && in esdhc_reset()
|
D | sdhci-tegra.c | 366 if (!(mask & SDHCI_RESET_ALL)) in tegra_sdhci_reset()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 8538 - if (mask & SDHCI_RESET_ALL) { 9727 - esdhc_clrset_le(host, 0xff, SDHCI_RESET_ALL, SDHCI_SOFTWARE_RESET); 9729 - !(sw_rst & SDHCI_RESET_ALL), 10, 100); 10991 - if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL)) 13125 - if ((mask & SDHCI_RESET_ALL) && 13127 + if (mask & SDHCI_RESET_ALL) { 13251 - * This bit is not able to be reset by SDHCI_RESET_ALL. Need to
|