Linux Kernel
3.7.1
|
#include <voltage-omap.h>
Data Fields | |
u32 | volt_nominal |
u32 | sr_efuse_offs |
u8 | sr_errminlimit |
u8 | vp_errgain |
struct omap_volt_data - Omap voltage specific data. : The possible voltage value in uV : The offset of the efuse register(from system control module base address) from where to read the n-target value for the smartreflex module. : Error min limit value for smartreflex. This value differs at differnet opp and thus is linked with voltage. : Error gain value for the voltage processor. This field also differs according to the voltage/opp.
Definition at line 26 of file voltage-omap.h.
u32 sr_efuse_offs |
Definition at line 28 of file voltage-omap.h.
u8 sr_errminlimit |
Definition at line 29 of file voltage-omap.h.
u32 volt_nominal |
Definition at line 27 of file voltage-omap.h.
u8 vp_errgain |
Definition at line 30 of file voltage-omap.h.