Linux Kernel
3.7.1
|
#include <vc.h>
struct omap_vc_channel - VC per-instance data : I2C slave address of PMIC for this VC channel : voltage configuration register address : command configuration register address : setup time (in sys_clk cycles) of regulator for this channel : current value of VC channel configuration register : whether or not to use I2C high-speed mode
: pointer to VC common data for this platform : i2c slave address bitmask in the PRM_VC_SMPS_SA register : VOLRA* bitmask in the PRM_VC_VOL_RA register : CMDRA* bitmask in the PRM_VC_CMD_RA register : register for on/ret/off voltage level values for this channel : Offset of PRM_VC_SMPS_SA reg from PRM start : Offset of PRM_VC_SMPS_VOL_RA reg from PRM start : Offset of PRM_VC_SMPS_CMD_RA reg from PRM start : VC channel configuration register : bit shift for slave address cfg_channel register : VC channel-specific flags (optional)
struct omap_vc_common* common |