Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dclock_init_exynos5.c574 clrbits_le32(&clk->src_top2, MUX_GPLL_SEL_MASK); in exynos5250_system_clock_init()
576 | MUX_GPLL_SEL_MASK; in exynos5250_system_clock_init()
H A Dexynos5_setup.h154 #define MUX_GPLL_SEL_MASK (1 << 28) macro