Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
vc3xxx_data.c File Reference
#include <linux/io.h>
#include <linux/err.h>
#include <linux/init.h>
#include "common.h"
#include "prm-regbits-34xx.h"
#include "voltage.h"
#include "vc.h"

Go to the source code of this file.

Variables

struct omap_vc_channel omap3_vc_mpu
 
struct omap_vc_channel omap3_vc_core
 

Variable Documentation

struct omap_vc_channel omap3_vc_core
Initial value:
= {
.common = &omap3_vc_common,
.cfg_channel_reg = OMAP3_PRM_VC_CH_CONF_OFFSET,
.smps_volra_mask = OMAP3430_VOLRA1_MASK,
.smps_cmdra_mask = OMAP3430_CMDRA1_MASK,
.cfg_channel_sa_shift = OMAP3430_PRM_VC_SMPS_SA_SA1_SHIFT,
}

Definition at line 62 of file vc3xxx_data.c.

struct omap_vc_channel omap3_vc_mpu
Initial value:
= {
.common = &omap3_vc_common,
.cfg_channel_reg = OMAP3_PRM_VC_CH_CONF_OFFSET,
.smps_volra_mask = OMAP3430_VOLRA0_MASK,
.smps_cmdra_mask = OMAP3430_CMDRA0_MASK,
.cfg_channel_sa_shift = OMAP3430_PRM_VC_SMPS_SA_SA0_SHIFT,
}

Definition at line 48 of file vc3xxx_data.c.