![]() |
TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
|
#include "chip_info.h"#include <zephyr/device.h>#include <zephyr/devicetree.h>#include <zephyr/drivers/misc/bh_fwtable.h>#include <zephyr/sys/util.h>
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)) |
| uint32_t bh_chip_info_additional_board_power | ( | void | ) |
| uint64_t bh_chip_info_board_id | ( | void | ) |
| bool bh_chip_info_feature_cg_en | ( | void | ) |
| bool bh_chip_info_feature_noc_translation_en | ( | void | ) |
| bool bh_chip_info_is_ubb | ( | void | ) |
| void bh_chip_info_pci_property | ( | uint8_t | pcie_inst, |
| struct bh_pci_property * | out ) |
| uint32_t bh_chip_info_vendor_id | ( | void | ) |
| BUILD_ASSERT | ( | (int) | BH_PCIE_MODE_DISABLED = =FwTable_PciPropertyTable_PcieMode_DISABLED | ) |
|
static |