Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
cpg.c File Reference
#include <linux/clk.h>
#include <linux/compiler.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/sh_clk.h>

Go to the source code of this file.

Macros

#define CPG_CKSTP_BIT   BIT(8)
 

Functions

int __init sh_clk_mstp_register (struct clk *clks, int nr)
 
int __init sh_clk_div6_register (struct clk *clks, int nr)
 
int __init sh_clk_div6_reparent_register (struct clk *clks, int nr)
 
int __init sh_clk_div4_register (struct clk *clks, int nr, struct clk_div4_table *table)
 
int __init sh_clk_div4_enable_register (struct clk *clks, int nr, struct clk_div4_table *table)
 
int __init sh_clk_div4_reparent_register (struct clk *clks, int nr, struct clk_div4_table *table)
 

Macro Definition Documentation

#define CPG_CKSTP_BIT   BIT(8)

Definition at line 17 of file cpg.c.

Function Documentation

int __init sh_clk_div4_enable_register ( struct clk clks,
int  nr,
struct clk_div4_table table 
)

Definition at line 351 of file cpg.c.

int __init sh_clk_div4_register ( struct clk clks,
int  nr,
struct clk_div4_table table 
)

Definition at line 345 of file cpg.c.

int __init sh_clk_div4_reparent_register ( struct clk clks,
int  nr,
struct clk_div4_table table 
)

Definition at line 358 of file cpg.c.

int __init sh_clk_div6_register ( struct clk clks,
int  nr 
)

Definition at line 292 of file cpg.c.

int __init sh_clk_div6_reparent_register ( struct clk clks,
int  nr 
)

Definition at line 298 of file cpg.c.

int __init sh_clk_mstp_register ( struct clk clks,
int  nr 
)

Definition at line 56 of file cpg.c.