Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-of-esdhc.c809 (mask & SDHCI_RESET_DATA) && in esdhc_reset()
817 if ((mask & SDHCI_RESET_DATA) && in esdhc_reset()
829 if ((mask & SDHCI_RESET_DATA) && in esdhc_reset()
1011 sdhci_reset(host, SDHCI_RESET_DATA); in esdhc_prepare_sw_tuning()
H A Dsdhci.c328 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_init()
1535 sdhci_do_reset(host, SDHCI_RESET_DATA); in __sdhci_finish_data()
2403 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_set_ios()
2698 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_abort_tuning()
2968 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_card_event()
3044 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_request_done()
3864 sdhci_do_reset(host, SDHCI_RESET_DATA); in sdhci_cqe_disable()
H A Dsdhci-omap.c463 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_omap_execute_tuning()
803 mask &= ~SDHCI_RESET_DATA; in sdhci_omap_reset()
H A Dsdhci.h128 #define SDHCI_RESET_DATA 0x04 macro
H A Dsdhci-sprd.c490 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_sprd_voltage_switch()
H A Dsdhci-esdhc-imx.c775 if (val & SDHCI_RESET_DATA) in esdhc_writeb_le()
806 } else if (val & SDHCI_RESET_DATA) { in esdhc_writeb_le()
H A Dsdhci-tegra.c280 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in tegra210_sdhci_writew()
353 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in tegra_sdhci_set_tap()
H A Dsdhci-pci-o2micro.c371 sdhci_reset(host, SDHCI_RESET_DATA); in sdhci_o2_execute_tuning()
H A Dsdhci_am654.c402 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_am654_execute_tuning()
H A Dsdhci-pci-core.c788 sdhci_reset(host, SDHCI_RESET_DATA); in intel_execute_tuning()
1737 ctrl = SDHCI_RESET_CMD | SDHCI_RESET_DATA; in amd_execute_tuning_hs200()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h111 #define SDHCI_RESET_DATA 0x04 macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c310 sdhci_reset(host, SDHCI_RESET_DATA);