Home
last modified time | relevance | path

Searched refs:EXYNOS4_APLL_CON0 (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/cpufreq/
Dexynos4210-cpufreq.c163 tmp = __raw_readl(EXYNOS4_APLL_CON0); in exynos4210_set_apll()
166 __raw_writel(tmp, EXYNOS4_APLL_CON0); in exynos4210_set_apll()
170 tmp = __raw_readl(EXYNOS4_APLL_CON0); in exynos4210_set_apll()
201 tmp = __raw_readl(EXYNOS4_APLL_CON0); in exynos4210_set_frequency()
204 __raw_writel(tmp, EXYNOS4_APLL_CON0); in exynos4210_set_frequency()
215 tmp = __raw_readl(EXYNOS4_APLL_CON0); in exynos4210_set_frequency()
218 __raw_writel(tmp, EXYNOS4_APLL_CON0); in exynos4210_set_frequency()
Dexynos4x12-cpufreq.c349 tmp = __raw_readl(EXYNOS4_APLL_CON0); in exynos4x12_set_apll()
352 __raw_writel(tmp, EXYNOS4_APLL_CON0); in exynos4x12_set_apll()
357 tmp = __raw_readl(EXYNOS4_APLL_CON0); in exynos4x12_set_apll()
388 tmp = __raw_readl(EXYNOS4_APLL_CON0); in exynos4x12_set_frequency()
391 __raw_writel(tmp, EXYNOS4_APLL_CON0); in exynos4x12_set_frequency()
403 tmp = __raw_readl(EXYNOS4_APLL_CON0); in exynos4x12_set_frequency()
406 __raw_writel(tmp, EXYNOS4_APLL_CON0); in exynos4x12_set_frequency()
/linux-3.4.99/arch/arm/mach-exynos/
Dclock-exynos4.c1361 return s5p_get_pll45xx(xtal_rate, __raw_readl(EXYNOS4_APLL_CON0), in exynos4_fout_apll_get_rate()
1364 return s5p_get_pll35xx(xtal_rate, __raw_readl(EXYNOS4_APLL_CON0)); in exynos4_fout_apll_get_rate()
1469 apll = s5p_get_pll45xx(xtal, __raw_readl(EXYNOS4_APLL_CON0), in exynos4_setup_clocks()
1480 apll = s5p_get_pll35xx(xtal, __raw_readl(EXYNOS4_APLL_CON0)); in exynos4_setup_clocks()
/linux-3.4.99/arch/arm/mach-exynos/include/mach/
Dregs-clock.h118 #define EXYNOS4_APLL_CON0 EXYNOS_CLKREG(0x14100) macro