Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dkona_sdhci.c28 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
H A Dsdhci.c558 sdhci_reset(host, SDHCI_RESET_ALL);
/rk3399_rockchip-uboot/include/
H A Dsdhci.h109 #define SDHCI_RESET_ALL 0x01 macro