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

Go to the source code of this file.

Variables

struct omap_vc_channel omap4_vc_mpu
 
struct omap_vc_channel omap4_vc_iva
 
struct omap_vc_channel omap4_vc_core
 

Variable Documentation

struct omap_vc_channel omap4_vc_core
Initial value:
= {
.common = &omap4_vc_common,
.cfg_channel_reg = OMAP4_PRM_VC_CFG_CHANNEL_OFFSET,
.smps_volra_mask = OMAP4430_VOLRA_VDD_CORE_L_MASK,
.smps_cmdra_mask = OMAP4430_CMDRA_VDD_CORE_L_MASK,
.cfg_channel_sa_shift = OMAP4430_SA_VDD_CORE_L_SHIFT,
}

Definition at line 77 of file vc44xx_data.c.

struct omap_vc_channel omap4_vc_iva
Initial value:
= {
.common = &omap4_vc_common,
.cfg_channel_reg = OMAP4_PRM_VC_CFG_CHANNEL_OFFSET,
.smps_volra_mask = OMAP4430_VOLRA_VDD_IVA_L_MASK,
.smps_cmdra_mask = OMAP4430_CMDRA_VDD_IVA_L_MASK,
.cfg_channel_sa_shift = OMAP4430_SA_VDD_IVA_L_SHIFT,
}

Definition at line 64 of file vc44xx_data.c.

struct omap_vc_channel omap4_vc_mpu
Initial value:
= {
.common = &omap4_vc_common,
.cfg_channel_reg = OMAP4_PRM_VC_CFG_CHANNEL_OFFSET,
.smps_volra_mask = OMAP4430_VOLRA_VDD_MPU_L_MASK,
.smps_cmdra_mask = OMAP4430_CMDRA_VDD_MPU_L_MASK,
.cfg_channel_sa_shift = OMAP4430_SA_VDD_MPU_L_SHIFT,
}

Definition at line 50 of file vc44xx_data.c.