Home
last modified time | relevance | path

Searched refs:APLL_RATIO (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dexynos4_setup.h45 #define APLL_RATIO 0x0 macro
52 #define CLK_DIV_CPU0_VAL ((APLL_RATIO << 24) \
/openbmc/u-boot/board/samsung/odroid/
H A Dodroid.c147 APLL_RATIO(0) | CORE2_RATIO(0); in board_clock_init()
161 APLL_RATIO(7) | CORE2_RATIO(7); in board_clock_init()
H A Dsetup.h43 #define APLL_RATIO(x) (((x) & 0x7) << 24) macro
/openbmc/u-boot/board/samsung/trats/
H A Dsetup.h30 #define APLL_RATIO 0x0 macro
37 #define CLK_DIV_CPU0_VAL ((APLL_RATIO << 24) \