TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
chip_info_static.c File Reference
#include "chip_info.h"
#include "pcie.h"
#include <zephyr/sys/util.h>
Include dependency graph for chip_info_static.c:

Macros

#define RECOVERY_NUM_SERDES   2

Functions

bool bh_chip_info_is_ubb (void)
uint32_t bh_chip_info_additional_board_power (void)
uint64_t bh_chip_info_board_id (void)
uint32_t bh_chip_info_vendor_id (void)
void bh_chip_info_pci_property (uint8_t pcie_inst, struct bh_pci_property *out)
bool bh_chip_info_feature_cg_en (void)
bool bh_chip_info_feature_noc_translation_en (void)

Macro Definition Documentation

◆ RECOVERY_NUM_SERDES

#define RECOVERY_NUM_SERDES   2

Function Documentation

◆ bh_chip_info_additional_board_power()

uint32_t bh_chip_info_additional_board_power ( void )

◆ bh_chip_info_board_id()

uint64_t bh_chip_info_board_id ( void )

◆ bh_chip_info_feature_cg_en()

bool bh_chip_info_feature_cg_en ( void )

◆ bh_chip_info_feature_noc_translation_en()

bool bh_chip_info_feature_noc_translation_en ( void )

◆ bh_chip_info_is_ubb()

bool bh_chip_info_is_ubb ( void )

◆ bh_chip_info_pci_property()

void bh_chip_info_pci_property ( uint8_t pcie_inst,
struct bh_pci_property * out )

◆ bh_chip_info_vendor_id()

uint32_t bh_chip_info_vendor_id ( void )