Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
plldata.c File Reference
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/ioport.h>
#include <linux/clkdev.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <asm/clock.h>
#include <asm/setup.h>
#include <asm/irq.h>

Go to the source code of this file.

Functions

void __init c64x_setup_clocks (void)
 

Variables

struct clk clkin1
 
struct pll_data c6x_soc_pll1
 
struct clk c6x_core_clk
 
struct clk c6x_i2c_clk
 
struct clk c6x_watchdog_clk
 
struct clk c6x_mcbsp1_clk
 
struct clk c6x_mcbsp2_clk
 
struct clk c6x_mdio_clk
 

Function Documentation

void __init c64x_setup_clocks ( void  )

Definition at line 420 of file plldata.c.

Variable Documentation

struct clk c6x_core_clk
Initial value:
= {
.name = "core",
}

Definition at line 129 of file plldata.c.

struct clk c6x_i2c_clk
Initial value:
= {
.name = "i2c",
}

Definition at line 134 of file plldata.c.

struct clk c6x_mcbsp1_clk
Initial value:
= {
.name = "mcbsp1",
}

Definition at line 142 of file plldata.c.

struct clk c6x_mcbsp2_clk
Initial value:
= {
.name = "mcbsp2",
}

Definition at line 146 of file plldata.c.

struct clk c6x_mdio_clk
Initial value:
= {
.name = "mdio",
}

Definition at line 150 of file plldata.c.

struct pll_data c6x_soc_pll1

Definition at line 36 of file plldata.c.

struct clk c6x_watchdog_clk
Initial value:
= {
.name = "watchdog",
}

Definition at line 138 of file plldata.c.

struct clk clkin1
Initial value:
= {
.name = "clkin1",
.node = LIST_HEAD_INIT(clkin1.node),
.children = LIST_HEAD_INIT(clkin1.children),
.childnode = LIST_HEAD_INIT(clkin1.childnode),
}

Definition at line 29 of file plldata.c.