TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
|
#include "noc2axi.h"
#include "noc_dma.h"
#include "noc_init.h"
#include <stdint.h>
#include <tenstorrent/post_code.h>
#include <tenstorrent/sys_init_defines.h>
#include <zephyr/drivers/misc/bh_fwtable.h>
#include <zephyr/init.h>
Macros | |
#define | ARC_NOC0_X 8 |
#define | ARC_NOC0_Y 0 |
#define | TENSIX_L1_SIZE (1536 * 1024) |
Functions | |
static void | EnableTensixCG (void) |
static void | wipe_l1 (void) |
void | TensixInit (void) |
static int | tensix_init (void) |
SYS_INIT_APP (tensix_init) |
Variables | |
static const struct device *const | fwtable_dev = DEVICE_DT_GET(DT_NODELABEL(fwtable)) |
#define ARC_NOC0_X 8 |
#define ARC_NOC0_Y 0 |
#define TENSIX_L1_SIZE (1536 * 1024) |
|
static |
SYS_INIT_APP | ( | tensix_init | ) |
|
static |
void TensixInit | ( | void | ) |
|
static |
|
static |