TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
chip_info_fwtable.c File Reference
Include dependency graph for chip_info_fwtable.c:

Functions

 BUILD_ASSERT ((int) BH_PCIE_MODE_DISABLED==FwTable_PciPropertyTable_PcieMode_DISABLED)
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)

Variables

static const struct device *const fwtable_dev = DEVICE_DT_GET(DT_NODELABEL(fwtable))

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 )

◆ BUILD_ASSERT()

BUILD_ASSERT ( (int) BH_PCIE_MODE_DISABLED = =FwTable_PciPropertyTable_PcieMode_DISABLED)

Variable Documentation

◆ fwtable_dev

const struct device* const fwtable_dev = DEVICE_DT_GET(DT_NODELABEL(fwtable))
static