Go to the documentation of this file.
16 #ifndef __ARCH_TRIO_CONSTANTS_H__
17 #define __ARCH_TRIO_CONSTANTS_H__
19 #define TRIO_NUM_ASIDS 16
20 #define TRIO_NUM_TLBS_PER_ASID 16
22 #define TRIO_NUM_TPIO_REGIONS 8
23 #define TRIO_LOG2_NUM_TPIO_REGIONS 3
25 #define TRIO_NUM_MAP_MEM_REGIONS 16
26 #define TRIO_LOG2_NUM_MAP_MEM_REGIONS 4
27 #define TRIO_NUM_MAP_SQ_REGIONS 8
28 #define TRIO_LOG2_NUM_MAP_SQ_REGIONS 3
30 #define TRIO_LOG2_NUM_SQ_FIFO_ENTRIES 6
32 #define TRIO_NUM_PUSH_DMA_RINGS 32
34 #define TRIO_NUM_PULL_DMA_RINGS 32