Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dclock.c15 #define PLL_DIV_65536 65536 macro
143 fout = (m + k / PLL_DIV_65536) * (freq / (p * (1 << s))); in exynos_get_pll_clk()
163 div = PLL_DIV_65536; in exynos_get_pll_clk()