Home
last modified time | relevance | path

Searched refs:CLK_DIV_FSYS2_VAL (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/arm/mach-exynos/
Dclock_init_exynos4.c70 writel(CLK_DIV_FSYS2_VAL, &clk->div_fsys2); in system_clock_init()
Dexynos5_setup.h490 #define CLK_DIV_FSYS2_VAL NOT_AVAILABLE macro
758 #define CLK_DIV_FSYS2_VAL 0x041d0000 macro
Dexynos4_setup.h214 #define CLK_DIV_FSYS2_VAL ((MMC3_PRE_RATIO << 24) \ macro
Dclock_init_exynos5.c943 writel(CLK_DIV_FSYS2_VAL, &clk->div_fsys2); in exynos5420_system_clock_init()
/external/u-boot/board/samsung/trats/
Dtrats.c330 writel(CLK_DIV_FSYS2_VAL, (unsigned int)&clk->div_fsys2); in board_clock_init()
Dsetup.h166 #define CLK_DIV_FSYS2_VAL ((MMC3_PRE_RATIO << 24) \ macro