|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/clk.h>#include <linux/io.h>#include <mach/regs-s3c2443-clock.h>#include <plat/clock.h>#include <plat/clock-clksrc.h>#include <plat/cpu.h>#include <plat/cpu-freq.h>Go to the source code of this file.
Functions | |
| int | s3c2443_clkcon_enable_h (struct clk *clk, int enable) |
| int | s3c2443_clkcon_enable_p (struct clk *clk, int enable) |
| int | s3c2443_clkcon_enable_s (struct clk *clk, int enable) |
| void __init_or_cpufreq | s3c2443_common_setup_clocks (pll_fn get_mpll) |
| void __init | s3c2443_common_init_clocks (int xtal, pll_fn get_mpll, unsigned int *divs, int nr_divs, int divmask) |
Variables | |
| struct clksrc_clk | clk_epllref |
| struct clksrc_clk | clk_esysclk |
| struct clksrc_clk | clk_msysclk |
Definition at line 45 of file common-s3c2443.c.
Definition at line 50 of file common-s3c2443.c.
Definition at line 55 of file common-s3c2443.c.
| void __init s3c2443_common_init_clocks | ( | int | xtal, |
| pll_fn | get_mpll, | ||
| unsigned int * | divs, | ||
| int | nr_divs, | ||
| int | divmask | ||
| ) |
Definition at line 639 of file common-s3c2443.c.
| void __init_or_cpufreq s3c2443_common_setup_clocks | ( | pll_fn | get_mpll | ) |
Definition at line 570 of file common-s3c2443.c.
| struct clksrc_clk clk_epllref |
Definition at line 76 of file common-s3c2443.c.
| struct clksrc_clk clk_esysclk |
Definition at line 97 of file common-s3c2443.c.
| struct clksrc_clk clk_msysclk |
Definition at line 135 of file common-s3c2443.c.
1.8.2