2 * Copyright 2012 Tilera Corporation. All Rights Reserved.
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation, version 2.
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
11 * NON INFRINGEMENT. See the GNU General Public License for
16 #ifndef __ARCH_MPIPE_CONSTANTS_H__
17 #define __ARCH_MPIPE_CONSTANTS_H__
19 #define MPIPE_NUM_CLASSIFIERS 16
20 #define MPIPE_CLS_MHZ 1200
22 #define MPIPE_NUM_EDMA_RINGS 64
24 #define MPIPE_NUM_SGMII_MACS 16
25 #define MPIPE_NUM_XAUI_MACS 16
26 #define MPIPE_NUM_LOOPBACK_CHANNELS 4
27 #define MPIPE_NUM_NON_LB_CHANNELS 28
29 #define MPIPE_NUM_IPKT_BLOCKS 1536
31 #define MPIPE_NUM_BUCKETS 4160
33 #define MPIPE_NUM_NOTIF_RINGS 256
35 #define MPIPE_NUM_NOTIF_GROUPS 32
37 #define MPIPE_NUM_TLBS_PER_ASID 16
38 #define MPIPE_TLB_IDX_WIDTH 4
40 #define MPIPE_MMIO_NUM_SVC_DOM 32
42 #endif /* __ARCH_MPIPE_CONSTANTS_H__ */