Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Ds5pv210-cpufreq.c88 #define APLL_VAL_1000 ((1 << 31) | (125 << 16) | (3 << 8) | 1) macro
384 writel_relaxed(APLL_VAL_1000, S5P_APLL_CON); in s5pv210_target()