Home
last modified time | relevance | path

Searched refs:SDHCI_RESET_DATA (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-esdhc.c814 (mask & SDHCI_RESET_DATA) && in esdhc_reset()
822 if ((mask & SDHCI_RESET_DATA) && in esdhc_reset()
834 if ((mask & SDHCI_RESET_DATA) && in esdhc_reset()
1016 sdhci_reset(host, SDHCI_RESET_DATA); in esdhc_prepare_sw_tuning()
H A Dsdhci-sprd.c541 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_sprd_voltage_switch()
644 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_sprd_tuning()
H A Dsdhci-omap.c490 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_omap_execute_tuning()
855 mask &= ~SDHCI_RESET_DATA; in sdhci_omap_reset()
H A Dsdhci.h134 #define SDHCI_RESET_DATA 0x04 macro
H A Dsdhci-pci-core.c307 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in ene_714_set_ios()
730 sdhci_reset(host, SDHCI_RESET_DATA); in intel_execute_tuning()
1682 ctrl = SDHCI_RESET_CMD | SDHCI_RESET_DATA; in amd_execute_tuning_hs200()
H A Dsdhci-esdhc-imx.c864 if (val & SDHCI_RESET_DATA) in esdhc_writeb_le()
895 } else if (val & SDHCI_RESET_DATA) { in esdhc_writeb_le()
H A Dsdhci-tegra.c287 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in tegra210_sdhci_writew()
360 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in tegra_sdhci_set_tap()
H A Dsdhci_am654.c425 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_am654_execute_tuning()
H A Dsdhci.c274 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_reset_for_reason()
280 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_reset_for_reason()
287 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_reset_for_reason()
290 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_reset_for_reason()
H A Dsdhci-pci-o2micro.c425 sdhci_reset(host, SDHCI_RESET_DATA); in sdhci_o2_execute_tuning()
/openbmc/u-boot/include/
H A Dsdhci.h109 #define SDHCI_RESET_DATA 0x04 macro
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c304 sdhci_reset(host, SDHCI_RESET_DATA);