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

/openbsd-current/sys/arch/armv7/exynos/
H A Dexclock.c79 MPLL, /* System bus clock for memory controller */ enumerator in enum:clocks
350 case MPLL:
394 case MPLL:
421 * According to the user manual, in EVT1 MPLL and BPLL always gives
422 * 1.6GHz clock, so divide by 2 to get 800MHz MPLL clock.
424 if (pll == MPLL || pll == BPLL) {
429 case MPLL:
487 aclk_66_pre = exclock_get_pll_clk(sc, MPLL) / (ratio + 1);

Completed in 118 milliseconds