TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
|
Macros | |
#define | FREQ_MARGIN_MAX 300.0F |
#define | FREQ_MARGIN_MIN -300.0F |
#define | VOLTAGE_MARGIN_MAX 150.0F |
#define | VOLTAGE_MARGIN_MIN -150.0F |
Functions | |
void | InitVFCurve (void) |
float | VFCurve (float freq_mhz) |
Calculate the voltage based on the frequency. |
Variables | |
static float | freq_margin_mhz |
static float | voltage_margin_mv |
static const struct device *const | fwtable_dev = DEVICE_DT_GET(DT_NODELABEL(fwtable)) |
#define FREQ_MARGIN_MAX 300.0F |
#define FREQ_MARGIN_MIN -300.0F |
#define VOLTAGE_MARGIN_MAX 150.0F |
#define VOLTAGE_MARGIN_MIN -150.0F |
void InitVFCurve | ( | void | ) |
float VFCurve | ( | float | freq_mhz | ) |
Calculate the voltage based on the frequency.
freq_mhz | The frequency in MHz |
|
static |
|
static |
|
static |