Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
clock34xx.c File Reference
#include <linux/kernel.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <plat/clock.h>
#include "clock.h"
#include "clock34xx.h"
#include "cm2xxx_3xxx.h"
#include "cm-regbits-34xx.h"

Go to the source code of this file.

Variables

struct clkops clkops_omap3430es2_ssi_wait
 
struct clkops clkops_omap3430es2_iclk_ssi_wait
 
struct clkops clkops_omap3430es2_dss_usbhost_wait
 
struct clkops clkops_omap3430es2_iclk_dss_usbhost_wait
 
struct clkops clkops_omap3430es2_hsotgusb_wait
 
struct clkops clkops_omap3430es2_iclk_hsotgusb_wait
 

Variable Documentation

struct clkops clkops_omap3430es2_dss_usbhost_wait
Initial value:
= {
.find_idlest = omap3430es2_clk_dss_usbhost_find_idlest,
.find_companion = omap2_clk_dflt_find_companion,
}

Definition at line 99 of file clock34xx.c.

struct clkops clkops_omap3430es2_hsotgusb_wait
Initial value:
= {
.find_idlest = omap3430es2_clk_hsotgusb_find_idlest,
.find_companion = omap2_clk_dflt_find_companion,
}

Definition at line 139 of file clock34xx.c.

struct clkops clkops_omap3430es2_iclk_dss_usbhost_wait
Initial value:
= {
.find_idlest = omap3430es2_clk_dss_usbhost_find_idlest,
.find_companion = omap2_clk_dflt_find_companion,
}

Definition at line 106 of file clock34xx.c.

struct clkops clkops_omap3430es2_iclk_hsotgusb_wait
Initial value:
= {
.find_idlest = omap3430es2_clk_hsotgusb_find_idlest,
.find_companion = omap2_clk_dflt_find_companion,
}

Definition at line 146 of file clock34xx.c.

struct clkops clkops_omap3430es2_iclk_ssi_wait
Initial value:
= {
.find_idlest = omap3430es2_clk_ssi_find_idlest,
.find_companion = omap2_clk_dflt_find_companion,
}

Definition at line 62 of file clock34xx.c.

struct clkops clkops_omap3430es2_ssi_wait
Initial value:
= {
.find_idlest = omap3430es2_clk_ssi_find_idlest,
.find_companion = omap2_clk_dflt_find_companion,
}

Definition at line 55 of file clock34xx.c.