Home
last modified time | relevance | path

Searched refs:SDHCI_CLOCK_CONTROL (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Dxenon_sdhci.c142 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_init()
235 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
237 sdhci_writew(host, var, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
249 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
251 sdhci_writew(host, var, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
H A Dsdhci.c322 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
326 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL))
337 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
357 sdhci_writew(host, 0, SDHCI_CLOCK_CONTROL);
H A Drockchip_sdhci.c223 sdhci_writew(host, 0, SDHCI_CLOCK_CONTROL); in rockchip_emmc_set_clock()
276 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL); in rockchip_emmc_set_clock()
339 sdhci_writew(host, 0, SDHCI_CLOCK_CONTROL); in dwcmshc_sdhci_emmc_set_clock()
/rk3399_rockchip-uboot/include/
H A Dsdhci.h95 #define SDHCI_CLOCK_CONTROL 0x2C macro