Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
powerdomains2xxx_3xxx_data.c File Reference
#include "powerdomain.h"
#include "prcm-common.h"
#include "prm.h"

Go to the source code of this file.

Variables

struct powerdomain gfx_omap2_pwrdm
 
struct powerdomain wkup_omap2_pwrdm
 

Variable Documentation

struct powerdomain gfx_omap2_pwrdm
Initial value:
= {
.name = "gfx_pwrdm",
.prcm_offs = GFX_MOD,
.pwrsts = PWRSTS_OFF_RET_ON,
.pwrsts_logic_ret = PWRSTS_RET,
.banks = 1,
.pwrsts_mem_ret = {
[0] = PWRSTS_RET,
},
.pwrsts_mem_on = {
[0] = PWRSTS_ON,
},
.voltdm = { .name = "core" },
}

Definition at line 45 of file powerdomains2xxx_3xxx_data.c.

struct powerdomain wkup_omap2_pwrdm
Initial value:
= {
.name = "wkup_pwrdm",
.prcm_offs = WKUP_MOD,
.pwrsts = PWRSTS_ON,
.voltdm = { .name = "wakeup" },
}

Definition at line 60 of file powerdomains2xxx_3xxx_data.c.