TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
tt_grendel_hsio.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_MISC_TT_GRENDEL_HSIO_H_
8#define ZEPHYR_INCLUDE_DRIVERS_MISC_TT_GRENDEL_HSIO_H_
9
10#include <stdint.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
25int tt_grendel_hsio_init(uint32_t hsio_tile);
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif /* ZEPHYR_INCLUDE_DRIVERS_MISC_TT_GRENDEL_HSIO_H_ */
__UINT32_TYPE__ uint32_t
int tt_grendel_hsio_init(uint32_t hsio_tile)
Bring one HSIO tile out of reset and open its host-path firewalls.
Definition tt_grendel_hsio.c:31