Searched refs:SDHCI_CLOCK_CONTROL (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | xenon_sdhci.c | 142 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 D | sdhci.c | 322 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 D | rockchip_sdhci.c | 223 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 D | sdhci.h | 95 #define SDHCI_CLOCK_CONTROL 0x2C macro
|