Home
last modified time | relevance | path

Searched refs:SDHCI_RESET_CMD (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/include/
H A Dsdhci.h108 #define SDHCI_RESET_CMD 0x02 macro
/openbmc/linux/drivers/mmc/host/
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.h133 #define SDHCI_RESET_CMD 0x02 macro
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-pci-core.c307 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in ene_714_set_ios()
1682 ctrl = SDHCI_RESET_CMD | SDHCI_RESET_DATA; in amd_execute_tuning_hs200()
H A Dsdhci-pci-o2micro.c424 sdhci_reset(host, SDHCI_RESET_CMD); in sdhci_o2_execute_tuning()
H A Dsdhci-omap.c490 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_omap_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()
286 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_reset_for_reason()
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c303 sdhci_reset(host, SDHCI_RESET_CMD);