Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci.c251 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_init()
1161 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_finish_data()
1870 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_set_ios()
2155 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_abort_tuning()
2424 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_card_event()
2551 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_request_done()
3236 sdhci_do_reset(host, SDHCI_RESET_CMD); in sdhci_cqe_disable()
Dsdhci.h121 #define SDHCI_RESET_CMD 0x02 macro
Dsdhci-omap.c368 sdhci_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA); in sdhci_omap_execute_tuning()
Dsdhci-pci-core.c1356 ctrl = SDHCI_RESET_CMD | SDHCI_RESET_DATA; in amd_execute_tuning_hs200()