HomeSort by relevance Sort by last modified time
    Searched defs:pll_div2_sel (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/arm/mach-exynos/
clock.c 250 unsigned int pll_div2_sel, fout_sel; local
280 pll_div2_sel = readl(&clk->pll_div2_sel);
284 fout_sel = (pll_div2_sel >> MPLL_FOUT_SEL_SHIFT)
288 fout_sel = (pll_div2_sel >> BPLL_FOUT_SEL_SHIFT)
    [all...]
  /external/u-boot/arch/arm/mach-exynos/include/mach/
clock.h 856 unsigned int pll_div2_sel; member in struct:exynos5_clock
1273 unsigned int pll_div2_sel; member in struct:exynos5420_clock
    [all...]

Completed in 152 milliseconds