Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dclock_init_exynos4.c56 writel(CLK_SRC_MFC_VAL, &clk->src_mfc); in system_clock_init()
H A Dexynos4_setup.h299 #define CLK_SRC_MFC_VAL ((MFC_SEL << 8) | (MFC_0_SEL)) macro