Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
s5p64x0-clock.h File Reference
#include <linux/clk.h>

Go to the source code of this file.

Macros

#define __ASM_ARCH_CLOCK_H   __FILE__
 

Functions

int s5p64x0_epll_enable (struct clk *clk, int enable)
 
unsigned long s5p64x0_epll_get_rate (struct clk *clk)
 
int s5p64x0_pclk_ctrl (struct clk *clk, int enable)
 
int s5p64x0_hclk0_ctrl (struct clk *clk, int enable)
 
int s5p64x0_hclk1_ctrl (struct clk *clk, int enable)
 
int s5p64x0_sclk_ctrl (struct clk *clk, int enable)
 
int s5p64x0_sclk1_ctrl (struct clk *clk, int enable)
 
int s5p64x0_mem_ctrl (struct clk *clk, int enable)
 
int s5p64x0_clk48m_ctrl (struct clk *clk, int enable)
 

Variables

struct clksrc_clk clk_mout_apll
 
struct clksrc_clk clk_mout_mpll
 
struct clksrc_clk clk_mout_epll
 
struct clksrc_clk clk_armclk
 
struct clksrc_clk clk_dout_mpll
 
struct clksrc_sources clkset_hclk_low
 

Macro Definition Documentation

#define __ASM_ARCH_CLOCK_H   __FILE__

Definition at line 14 of file s5p64x0-clock.h.

Function Documentation

int s5p64x0_clk48m_ctrl ( struct clk clk,
int  enable 
)

Definition at line 217 of file clock.c.

int s5p64x0_epll_enable ( struct clk clk,
int  enable 
)
unsigned long s5p64x0_epll_get_rate ( struct clk clk)
int s5p64x0_hclk0_ctrl ( struct clk clk,
int  enable 
)

Definition at line 192 of file clock.c.

int s5p64x0_hclk1_ctrl ( struct clk clk,
int  enable 
)

Definition at line 197 of file clock.c.

int s5p64x0_mem_ctrl ( struct clk clk,
int  enable 
)

Definition at line 212 of file clock.c.

int s5p64x0_pclk_ctrl ( struct clk clk,
int  enable 
)

Definition at line 187 of file clock.c.

int s5p64x0_sclk1_ctrl ( struct clk clk,
int  enable 
)

Definition at line 207 of file clock.c.

int s5p64x0_sclk_ctrl ( struct clk clk,
int  enable 
)

Definition at line 202 of file clock.c.

Variable Documentation

struct clksrc_clk clk_armclk

Definition at line 158 of file clock.c.

struct clksrc_clk clk_dout_mpll

Definition at line 168 of file clock.c.

struct clksrc_clk clk_mout_apll

Definition at line 36 of file clock.c.

struct clksrc_clk clk_mout_epll

Definition at line 54 of file clock.c.

struct clksrc_clk clk_mout_mpll

Definition at line 45 of file clock.c.

struct clksrc_sources clkset_hclk_low

Definition at line 182 of file clock.c.