Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dzynq_sdhci.c64 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
66 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
73 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in arasan_zynqmp_dll_reset()
85 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
Dxenon_sdhci.c153 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_init()
246 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
248 sdhci_writew(host, var, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
260 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
262 sdhci_writew(host, var, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
Dsdhci.c348 sdhci_writew(host, 0, SDHCI_CLOCK_CONTROL);
403 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
407 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL))
419 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
/external/u-boot/include/
Dsdhci.h93 #define SDHCI_CLOCK_CONTROL 0x2C macro