![]() |
TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
|
Host request to set the ASIC fmax. More...
#include <msgqueue.h>
Data Fields | |
| uint8_t | command_code |
| The command code corresponding to TT_SMC_MSG_SET_ASIC_HOST_FMAX. | |
| uint8_t | pad [3] |
| Three bytes of padding. | |
| uint32_t | asic_fmax |
| The ASIC host fmax to set in MHz. | |
| uint8_t | restore_default: 1 |
| Restore the ASIC host fmax to the default value. | |
Host request to set the ASIC fmax.
Messages of this type are processed by set_arb_host_fmax_handler
| uint32_t set_asic_host_fmax_rqst::asic_fmax |
The ASIC host fmax to set in MHz.
| uint8_t set_asic_host_fmax_rqst::command_code |
The command code corresponding to TT_SMC_MSG_SET_ASIC_HOST_FMAX.
| uint8_t set_asic_host_fmax_rqst::pad[3] |
Three bytes of padding.
| uint8_t set_asic_host_fmax_rqst::restore_default |
Restore the ASIC host fmax to the default value.