Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
omap_vp_instance Struct Reference

#include <vp.h>

Data Fields

struct omap_vp_commoncommon
 
u8 vpconfig
 
u8 vstepmin
 
u8 vstepmax
 
u8 vlimitto
 
u8 vstatus
 
u8 voltage
 
u8 id
 
bool enabled
 

Detailed Description

struct omap_vp_instance - VP register offsets (per-VDD) : pointer to struct omap_vp_common * for this SoC : PRM_VP*_CONFIG reg offset from PRM start : PRM_VP*_VSTEPMIN reg offset from PRM start : PRM_VP*_VLIMITTO reg offset from PRM start : PRM_VP*_VSTATUS reg offset from PRM start : PRM_VP*_VOLTAGE reg offset from PRM start : Unique identifier for VP instance. : flag to keep track of whether vp is enabled or not

XXX vp_common is probably not needed since it is per-SoC

Definition at line 101 of file vp.h.

Field Documentation

Definition at line 102 of file vp.h.

bool enabled

Definition at line 110 of file vp.h.

u8 id

Definition at line 109 of file vp.h.

u8 vlimitto

Definition at line 106 of file vp.h.

u8 voltage

Definition at line 108 of file vp.h.

u8 vpconfig

Definition at line 103 of file vp.h.

u8 vstatus

Definition at line 107 of file vp.h.

u8 vstepmax

Definition at line 105 of file vp.h.

u8 vstepmin

Definition at line 104 of file vp.h.


The documentation for this struct was generated from the following file: