Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dsdhci.c434 sdhci_writeb(host, 0, SDHCI_POWER_CONTROL);
440 sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL);
H A Dxenon_sdhci.c324 if ((sdhci_readb(host, SDHCI_POWER_CONTROL) & ~SDHCI_POWER_ON) == in xenon_sdhci_set_ios_post()
/rk3399_rockchip-uboot/include/
H A Dsdhci.h82 #define SDHCI_POWER_CONTROL 0x29 macro