TT Zephyr Platforms 19.0.0-rc2
Tenstorrent Firmware
|
A tenstorrent host request. More...
#include <msgqueue.h>
Data Fields | |
uint32_t | data [8] |
The interpretation of the request as an array of uint32_t entries. | |
uint8_t | command_code |
The interpretation of the request as just the first byte representing command code. | |
struct force_fan_speed_rqst | force_fan_speed |
A force fan speed request. | |
struct aiclk_set_speed_rqst | aiclk_set_speed |
An AICLK set speed request. | |
struct power_setting_rqst | power_setting |
A power setting request. | |
struct set_voltage_rqst | set_voltage |
A set voltage request. | |
struct get_voltage_rqst | get_voltage |
A get voltage request. | |
struct switch_vout_control_rqst | switch_vout_control |
A switch VOUT control request. | |
struct switch_clk_scheme_rqst | switch_clk_scheme |
A switch clock scheme request. | |
struct get_freq_curve_from_voltage_rqst | get_freq_curve_from_voltage |
A get frequency curve from voltage request. | |
struct get_voltage_curve_from_freq_rqst | get_voltage_curve_from_freq |
A get voltage curve from frequency request. |
A tenstorrent host request.
struct aiclk_set_speed_rqst request::aiclk_set_speed |
An AICLK set speed request.
uint8_t request::command_code |
The interpretation of the request as just the first byte representing command code.
struct force_fan_speed_rqst request::force_fan_speed |
A force fan speed request.
struct get_freq_curve_from_voltage_rqst request::get_freq_curve_from_voltage |
A get frequency curve from voltage request.
struct get_voltage_rqst request::get_voltage |
A get voltage request.
struct get_voltage_curve_from_freq_rqst request::get_voltage_curve_from_freq |
A get voltage curve from frequency request.
struct power_setting_rqst request::power_setting |
A power setting request.
struct set_voltage_rqst request::set_voltage |
A set voltage request.
struct switch_clk_scheme_rqst request::switch_clk_scheme |
A switch clock scheme request.
struct switch_vout_control_rqst request::switch_vout_control |
A switch VOUT control request.