Home
last modified time | relevance | path

Searched refs:div_top0 (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/arm/mach-exynos/include/mach/
Dclock.h712 unsigned int div_top0; member
1123 unsigned int div_top0; /* 0x10020500 */ member
/external/u-boot/arch/arm/mach-exynos/
Dclock_init_exynos5.c695 writel(CLK_DIV_TOP0_VAL, &clk->div_top0); in exynos5250_system_clock_init()
919 writel(CLK_DIV_TOP0_VAL, &clk->div_top0); in exynos5420_system_clock_init()
Dclock.c425 sub_div = readl(&clk->div_top0); in exynos5_get_periph_rate()