|
TT Zephyr Platforms 19.6.99
Tenstorrent Firmware
|
Host request to toggle GDDR reset. More...
#include <msgqueue.h>
Data Fields | |
| uint8_t | command_code |
| The command code corresponding to TT_SMC_MSG_TOGGLE_GDDR_RESET. | |
| uint8_t | pad [3] |
| Three bytes of padding. | |
| uint32_t | gddr_inst |
| GDDR controller instance (0-7) | |
Host request to toggle GDDR reset.
Messages of this type are processed by toggle_gddr_reset.
On failure response data[1] contains one of the GDDR_RESET_ERR values.
| uint8_t gddr_reset_rqst::command_code |
The command code corresponding to TT_SMC_MSG_TOGGLE_GDDR_RESET.
| uint32_t gddr_reset_rqst::gddr_inst |
GDDR controller instance (0-7)
| uint8_t gddr_reset_rqst::pad[3] |
Three bytes of padding.