![]() |
TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
|
#include <errno.h>#include <zephyr/drivers/misc/tt_grendel_hsio.h>#include <zephyr/logging/log.h>#include <basic_init.h>#include <clock.h>#include <err.h>#include <firewall.h>#include <platform.h>
Macros | |
| #define | CONFIG_TT_GRENDEL_HSIO_LOG_LEVEL 0 |
| #define | HSIO_TILE_MAX 4U |
Functions | |
| LOG_MODULE_REGISTER (tt_grendel_hsio, 0) | |
| int | tt_grendel_hsio_init (uint32_t hsio_tile) |
| Bring one HSIO tile out of reset and open its host-path firewalls. | |
| #define CONFIG_TT_GRENDEL_HSIO_LOG_LEVEL 0 |
| #define HSIO_TILE_MAX 4U |
| LOG_MODULE_REGISTER | ( | tt_grendel_hsio | , |
| 0 | ) |
| int tt_grendel_hsio_init | ( | uint32_t | hsio_tile | ) |
Bring one HSIO tile out of reset and open its host-path firewalls.
| hsio_tile | Tile index (0-4). |
| 0 | Tile programmed. |
| -EINVAL | Invalid tile. |
| -EIO | SiVal programming failed. |