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: mpipe_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_MPIPE_CONSTANTS_H__ #define __ARCH_MPIPE_CONSTANTS_H__ #define MPIPE_NUM_CLASSIFIERS 16 #define MPIPE_CLS_MHZ 1200 #define MPIPE_NUM_EDMA_RINGS 64 #define MPIPE_NUM_SGMII_MACS 16 #define MPIPE_NUM_XAUI_MACS 16 #define MPIPE_NUM_LOOPBACK_CHANNELS 4 #define MPIPE_NUM_NON_LB_CHANNELS 28 #define MPIPE_NUM_IPKT_BLOCKS 1536 #define MPIPE_NUM_BUCKETS 4160 #define MPIPE_NUM_NOTIF_RINGS 256 #define MPIPE_NUM_NOTIF_GROUPS 32 #define MPIPE_NUM_TLBS_PER_ASID 16 #define MPIPE_TLB_IDX_WIDTH 4 #define MPIPE_MMIO_NUM_SVC_DOM 32 #endif /* __ARCH_MPIPE_CONSTANTS_H__ */