Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
clock3xxx.h File Reference

Go to the source code of this file.

Functions

int omap3xxx_clk_init (void)
 
int omap3_dpll4_set_rate (struct clk *clk, unsigned long rate)
 
int omap3_core_dpll_m2_set_rate (struct clk *clk, unsigned long rate)
 
void omap3_clk_lock_dpll5 (void)
 

Variables

struct clksdrc_ick_p
 
struct clkarm_fck_p
 
struct clkops clkops_noncore_dpll_ops
 

Function Documentation

void omap3_clk_lock_dpll5 ( void  )

Definition at line 59 of file clock3xxx.c.

int omap3_core_dpll_m2_set_rate ( struct clk clk,
unsigned long  rate 
)

omap3_core_dpll_m2_set_rate - set CORE DPLL M2 divider : struct clk * of DPLL to set : rounded target rate

Program the DPLL M2 divider with the rounded target rate. Returns -EINVAL upon error, or 0 upon success.

Definition at line 50 of file clkt34xx_dpll3m2.c.

int omap3_dpll4_set_rate ( struct clk clk,
unsigned long  rate 
)

Definition at line 44 of file clock3xxx.c.

int omap3xxx_clk_init ( void  )

Definition at line 3508 of file clock3xxx_data.c.

Variable Documentation

struct clk* arm_fck_p

Definition at line 42 of file clock3xxx.c.

struct clkops clkops_noncore_dpll_ops
struct clk* sdrc_ick_p

Definition at line 42 of file clock3xxx.c.