Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
clockdomains2xxx_3xxx_data.c File Reference
#include <linux/kernel.h>
#include <linux/io.h>
#include "clockdomain.h"
#include "prm2xxx_3xxx.h"
#include "cm2xxx_3xxx.h"
#include "cm-regbits-24xx.h"
#include "cm-regbits-34xx.h"
#include "cm-regbits-44xx.h"
#include "prm-regbits-24xx.h"
#include "prm-regbits-34xx.h"

Go to the source code of this file.

Variables

struct clkdm_dep gfx_24xx_wkdeps []
 
struct clkdm_dep dsp_24xx_wkdeps []
 
struct clockdomain wkup_common_clkdm
 

Variable Documentation

struct clkdm_dep dsp_24xx_wkdeps[]
Initial value:
= {
{ .clkdm_name = "core_l3_clkdm" },
{ .clkdm_name = "core_l4_clkdm" },
{ .clkdm_name = "mpu_clkdm" },
{ .clkdm_name = "wkup_clkdm" },
{ NULL },
}

Definition at line 68 of file clockdomains2xxx_3xxx_data.c.

struct clkdm_dep gfx_24xx_wkdeps[]
Initial value:
= {
{ .clkdm_name = "core_l3_clkdm" },
{ .clkdm_name = "core_l4_clkdm" },
{ .clkdm_name = "mpu_clkdm" },
{ .clkdm_name = "wkup_clkdm" },
{ NULL },
}

Definition at line 59 of file clockdomains2xxx_3xxx_data.c.

struct clockdomain wkup_common_clkdm
Initial value:
= {
.name = "wkup_clkdm",
.pwrdm = { .name = "wkup_pwrdm" },
.dep_bit = OMAP_EN_WKUP_SHIFT,
}

Definition at line 87 of file clockdomains2xxx_3xxx_data.c.