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

Go to the source code of this file.

Functions

void omap2_clkt_iclk_allow_idle (struct clk *clk)
 
void omap2_clkt_iclk_deny_idle (struct clk *clk)
 

Variables

struct clkops clkops_omap2_iclk_dflt_wait
 
struct clkops clkops_omap2_iclk_dflt
 
struct clkops clkops_omap2_iclk_idle_only
 
struct clkops clkops_omap2_mdmclk_dflt_wait
 

Function Documentation

void omap2_clkt_iclk_allow_idle ( struct clk clk)

Definition at line 28 of file clkt_iclk.c.

void omap2_clkt_iclk_deny_idle ( struct clk clk)

Definition at line 40 of file clkt_iclk.c.

Variable Documentation

struct clkops clkops_omap2_iclk_dflt
Initial value:

Definition at line 62 of file clkt_iclk.c.

struct clkops clkops_omap2_iclk_dflt_wait
Initial value:

Definition at line 53 of file clkt_iclk.c.

struct clkops clkops_omap2_iclk_idle_only
Initial value:
= {
}

Definition at line 69 of file clkt_iclk.c.

struct clkops clkops_omap2_mdmclk_dflt_wait
Initial value:

Definition at line 74 of file clkt_iclk.c.