Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dxenon_sdhci.c302 var = sdhci_readl(host, SDHCI_SIGNAL_ENABLE); in xenon_mmc_disable_tuning()
304 sdhci_writel(host, var, SDHCI_SIGNAL_ENABLE); in xenon_mmc_disable_tuning()
H A Dsdhci.c578 sdhci_writel(host, 0x0, SDHCI_SIGNAL_ENABLE);
/rk3399_rockchip-uboot/include/
H A Dsdhci.h115 #define SDHCI_SIGNAL_ENABLE 0x38 macro