TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
axi.h File Reference
#include <zephyr/sys/util.h>

Go to the source code of this file.

Macros

#define AXI_CNTL_CLEAR   0
#define AXI_CNTL_READ   BIT(31)
#define AXI_CNTL_WRITE   (BIT(31) | BIT(8) | BIT_MASK(4))
#define ARC_AXI_ADDR_TDR   (2)
#define ARC_AXI_DATA_TDR   (3)
#define ARC_AXI_CONTROL_STATUS_TDR   (4)

Macro Definition Documentation

◆ ARC_AXI_ADDR_TDR

#define ARC_AXI_ADDR_TDR   (2)

◆ ARC_AXI_CONTROL_STATUS_TDR

#define ARC_AXI_CONTROL_STATUS_TDR   (4)

◆ ARC_AXI_DATA_TDR

#define ARC_AXI_DATA_TDR   (3)

◆ AXI_CNTL_CLEAR

#define AXI_CNTL_CLEAR   0

◆ AXI_CNTL_READ

#define AXI_CNTL_READ   BIT(31)

◆ AXI_CNTL_WRITE

#define AXI_CNTL_WRITE   (BIT(31) | BIT(8) | BIT_MASK(4))