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

Go to the source code of this file.

Data Structures

struct  clk_ops
 
struct  clk
 

Macros

#define CONFIG_VCO_HZ   (CONFIG_CLKIN_HZ * CONFIG_VCO_MULT)
 
#define CONFIG_CCLK_HZ   (CONFIG_VCO_HZ/CONFIG_CCLK_DIV)
 
#define CONFIG_SCLK_HZ   (CONFIG_VCO_HZ/CONFIG_SCLK_DIV)
 

Functions

int clk_init (void)
 

Macro Definition Documentation

#define CONFIG_CCLK_HZ   (CONFIG_VCO_HZ/CONFIG_CCLK_DIV)

Definition at line 41 of file clocks.h.

#define CONFIG_SCLK_HZ   (CONFIG_VCO_HZ/CONFIG_SCLK_DIV)

Definition at line 42 of file clocks.h.

#define CONFIG_VCO_HZ   (CONFIG_CLKIN_HZ * CONFIG_VCO_MULT)

Definition at line 36 of file clocks.h.

Function Documentation

int clk_init ( void  )

Definition at line 380 of file clock.c.