Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dxenon_sdhci.c157 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_init()
295 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
297 sdhci_writew(host, var, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
309 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
311 sdhci_writew(host, var, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
A Dzynq_sdhci.c77 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
79 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
86 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in arasan_zynqmp_dll_reset()
98 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
A Dsdhci.c384 sdhci_writew(host, 0, SDHCI_CLOCK_CONTROL);
439 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
443 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL))
455 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
A Dam654_sdhci.c252 val = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in am654_sdhci_set_ios_post()
254 sdhci_writew(host, val, SDHCI_CLOCK_CONTROL); in am654_sdhci_set_ios_post()
/u-boot/include/
A Dsdhci.h95 #define SDHCI_CLOCK_CONTROL 0x2C macro

Completed in 10 milliseconds