OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
tile
/
include
/
arch
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:16 AM
rwxr-xr-x
📄
mpipe.h
11.3 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
mpipe_constants.h
1.12 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
mpipe_def.h
1.68 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
mpipe_shm.h
17.86 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
mpipe_shm_def.h
914 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
spr_def.h
3.73 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
trio.h
3.03 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
trio_constants.h
1.04 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
trio_def.h
1.71 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
trio_pcie_intfc.h
7.32 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
trio_pcie_intfc_def.h
1.5 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
trio_pcie_rc.h
5.07 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
trio_pcie_rc_def.h
947 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
trio_shm.h
3.55 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
trio_shm_def.h
713 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
uart.h
8.24 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
uart_def.h
5.08 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
usb_host.h
816 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
usb_host_def.h
713 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: trio_constants.h
Close
/* * Copyright 2012 Tilera Corporation. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation, version 2. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or * NON INFRINGEMENT. See the GNU General Public License for * more details. */ #ifndef __ARCH_TRIO_CONSTANTS_H__ #define __ARCH_TRIO_CONSTANTS_H__ #define TRIO_NUM_ASIDS 32 #define TRIO_NUM_TLBS_PER_ASID 16 #define TRIO_NUM_TPIO_REGIONS 8 #define TRIO_LOG2_NUM_TPIO_REGIONS 3 #define TRIO_NUM_MAP_MEM_REGIONS 32 #define TRIO_LOG2_NUM_MAP_MEM_REGIONS 5 #define TRIO_NUM_MAP_SQ_REGIONS 8 #define TRIO_LOG2_NUM_MAP_SQ_REGIONS 3 #define TRIO_LOG2_NUM_SQ_FIFO_ENTRIES 6 #define TRIO_NUM_PUSH_DMA_RINGS 64 #define TRIO_NUM_PULL_DMA_RINGS 64 #endif /* __ARCH_TRIO_CONSTANTS_H__ */