Searched refs:kfc_ratio (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/arch/armv7/exynos/
H A Dexclock.c469 uint32_t div, kfc_ratio; local
474 kfc_ratio = (div >> 0) & 0x7;
476 return exclock_get_pll_clk(sc, KPLL) / (kfc_ratio + 1);

Completed in 119 milliseconds