Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h110 #define SDHCI_RESET_CMD 0x02 macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.c328 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_init()
1534 sdhci_do_reset(host, SDHCI_RESET_CMD); in __sdhci_finish_data()
2403 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_set_ios()
2697 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_abort_tuning()
2967 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_card_event()
3043 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_request_done()
3863 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_cqe_disable()
H A Dsdhci.h127 #define SDHCI_RESET_CMD 0x02 macro
H A Dsdhci-sprd.c490 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_sprd_voltage_switch()
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.c370 sdhci_reset(host, SDHCI_RESET_CMD); 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-omap.c463 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_omap_execute_tuning()
H A Dsdhci-pci-core.c1737 ctrl = SDHCI_RESET_CMD | SDHCI_RESET_DATA; in amd_execute_tuning_hs200()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c309 sdhci_reset(host, SDHCI_RESET_CMD);