Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dclock.h130 extern void s3c2443_common_setup_clocks(pll_fn get_mpll);
131 extern void s3c2443_common_init_clocks(int xtal, pll_fn get_mpll,
/linux-3.4.99/arch/arm/mach-s3c24xx/
Dcommon-s3c2443.c567 void __init_or_cpufreq s3c2443_common_setup_clocks(pll_fn get_mpll) in s3c2443_common_setup_clocks() argument
580 pll = get_mpll(mpllcon, xtal); in s3c2443_common_setup_clocks()
634 void __init s3c2443_common_init_clocks(int xtal, pll_fn get_mpll, in s3c2443_common_init_clocks() argument
669 s3c2443_common_setup_clocks(get_mpll); in s3c2443_common_init_clocks()