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

/openbsd-current/sys/arch/armv7/exynos/
H A Dexclock.c452 uint32_t div, armclk, arm_ratio, arm2_ratio; local
457 arm_ratio = (div >> 0) & 0x7;
460 armclk = exclock_get_pll_clk(sc, APLL) / (arm_ratio + 1);

Completed in 101 milliseconds