Home
last modified time | relevance | path

Searched refs:SDHCI_RESET_ALL (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/mmc/
Dkona_sdhci.c27 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
Dsdhci.c512 sdhci_reset(host, SDHCI_RESET_ALL);
/external/u-boot/include/
Dsdhci.h107 #define SDHCI_RESET_ALL 0x01 macro