Go to the source code of this file.
#define OPP_INITIALIZER |
( |
|
_hwmod_name, |
|
|
|
_enabled, |
|
|
|
_freq, |
|
|
|
_uv |
|
) |
| |
Value:{ \
.hwmod_name = _hwmod_name, \
.default_available = _enabled, \
.freq = _freq, \
.u_volt = _uv, \
}
Definition at line 62 of file omap_opp_data.h.
#define VOLT_DATA_DEFINE |
( |
|
_v_nom, |
|
|
|
_efuse_offs, |
|
|
|
_errminlimit, |
|
|
|
_errgain |
|
) |
| |
Value:{ \
.volt_nominal = _v_nom, \
.sr_efuse_offs = _efuse_offs, \
.sr_errminlimit = _errminlimit, \
.vp_errgain = _errgain \
}
Definition at line 74 of file omap_opp_data.h.
omap_init_opp_table() - Initialize opp table as per the CPU type : opp default list for this silicon : number of opp entries for this silicon
Register the initial OPP table with the OPP library based on the CPU type. This is meant to be used only by SoC specific registration.
Definition at line 38 of file opp.c.