TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
chip_info.h File Reference
#include <stdint.h>
#include <stdbool.h>
Include dependency graph for chip_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  bh_pci_property

Enumerations

enum  bh_pcie_mode_t {
  BH_PCIE_MODE_DISABLED = 0 ,
  BH_PCIE_MODE_EP = 1 ,
  BH_PCIE_MODE_RP = 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)

Enumeration Type Documentation

◆ bh_pcie_mode_t

Enumerator
BH_PCIE_MODE_DISABLED 
BH_PCIE_MODE_EP 
BH_PCIE_MODE_RP 

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 )