Linux Kernel
3.7.1
|
#include <vp.h>
Data Fields | |
struct omap_vp_common * | common |
u8 | vpconfig |
u8 | vstepmin |
u8 | vstepmax |
u8 | vlimitto |
u8 | vstatus |
u8 | voltage |
u8 | id |
bool | enabled |
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
struct omap_vp_common* common |