Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dclock.h713 unsigned int div_top0; member
1124 unsigned int div_top0; /* 0x10020500 */ member
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dclock_init_exynos5.c698 writel(CLK_DIV_TOP0_VAL, &clk->div_top0); in exynos5250_system_clock_init()
922 writel(CLK_DIV_TOP0_VAL, &clk->div_top0); in exynos5420_system_clock_init()
H A Dclock.c426 sub_div = readl(&clk->div_top0); in exynos5_get_periph_rate()