Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsdhci.c444 sdhci_writeb(host, 0, SDHCI_POWER_CONTROL);
450 sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL);
Dxenon_sdhci.c335 if ((sdhci_readb(host, SDHCI_POWER_CONTROL) & ~SDHCI_POWER_ON) == in xenon_sdhci_set_ios_post()
/external/u-boot/include/
Dsdhci.h80 #define SDHCI_POWER_CONTROL 0x29 macro