Home
last modified time | relevance | path

Searched refs:clkcon (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/
H A Dtegra_mmc.h39 unsigned short clkcon; /* _CLOCK_CONTROL_0 15:00 */ member
/rk3399_rockchip-uboot/drivers/mmc/
H A Dtegra_mmc.c379 writew(0, &priv->reg->clkcon); in tegra_mmc_change_clock()
391 writew(clk, &priv->reg->clkcon); in tegra_mmc_change_clock()
395 while (!(readw(&priv->reg->clkcon) & in tegra_mmc_change_clock()
406 writew(clk, &priv->reg->clkcon); in tegra_mmc_change_clock()