Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dclock.c251 unsigned int pll_div2_sel, fout_sel; in exynos5_get_pll_clk() local
281 pll_div2_sel = readl(&clk->pll_div2_sel); in exynos5_get_pll_clk()
285 fout_sel = (pll_div2_sel >> MPLL_FOUT_SEL_SHIFT) in exynos5_get_pll_clk()
289 fout_sel = (pll_div2_sel >> BPLL_FOUT_SEL_SHIFT) in exynos5_get_pll_clk()
H A Dclock_init_exynos5.c595 writel(CLK_REG_DISABLE, &clk->pll_div2_sel); in exynos5250_system_clock_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dclock.h857 unsigned int pll_div2_sel; member
1274 unsigned int pll_div2_sel; member