Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | clk_ops |
struct | clk |
Macros | |
#define | __ASM_PLAT_CLOCK_H __FILE__ |
Typedefs | |
typedef unsigned int(* | pll_fn )(unsigned int reg, unsigned int base) |
Definition at line 196 of file s3c2410-clock.c.
Definition at line 48 of file s3c2410-clock.c.
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 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.
Definition at line 570 of file common-s3c2443.c.
s3c24xx_register_clocks() - register an array of clock pointers : Pointer to an array of struct clk pointers : The number of clocks in the array.
Call s3c24xx_register_clock() for all the clock pointers contained in the list. Returns the number of failures.
s3c_pwmclk_init() - initialise pwm clocks
Initialise and register the clocks which provide the inputs for the pwm timer blocks.
Note, this call is required by the time core, so must be called after the base clocks are added and before any of the initcalls are run.
Definition at line 440 of file pwm-clock.c.
s3c_register_clocks() - register an array of clocks : Pointer to the first clock in the array. : Number of clocks to register.
Call s3c24xx_register_clock() on the array given, printing an error if it fails to register the clock (unlikely).
Definition at line 285 of file s5p-clock.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.
spinlock_t clocks_lock |
Definition at line 188 of file clock-dclk.c.
Definition at line 193 of file clock-dclk.c.
Definition at line 170 of file clock-dclk.c.
Definition at line 177 of file clock-dclk.c.