]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/dev/ntb/ntb_hw/ntb_regs.h
Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/acl
[FreeBSD/FreeBSD.git] / sys / dev / ntb / ntb_hw / ntb_regs.h
1 /*-
2  * Copyright (C) 2013 Intel Corporation
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer.
10  * 2. Redistributions in binary form must reproduce the above copyright
11  *    notice, this list of conditions and the following disclaimer in the
12  *    documentation and/or other materials provided with the distribution.
13  *
14  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24  * SUCH DAMAGE.
25  *
26  * $FreeBSD$
27  */
28
29 #ifndef _NTB_REGS_H_
30 #define _NTB_REGS_H_
31
32 #define NTB_LINK_STATUS_ACTIVE  0x2000
33 #define NTB_LINK_SPEED_MASK     0x000f
34 #define NTB_LINK_WIDTH_MASK     0x03f0
35
36 #define XEON_MSIX_CNT           4
37 #define XEON_SNB_MAX_MW         2
38 #define XEON_HSXSPLIT_MAX_MW    3
39 #define XEON_MAX_SPADS          16
40 #define XEON_MAX_COMPAT_SPADS   16
41 /* Reserve the uppermost bit for link interrupt */
42 #define XEON_MAX_DB_BITS        15
43 #define XEON_LINK_DB            15
44 #define XEON_DB_BITS_PER_VEC    5
45
46 #define XEON_DB_HW_LINK         0x8000
47
48 #define XEON_PCICMD_OFFSET      0x0504
49 #define XEON_DEVCTRL_OFFSET     0x0598
50 #define XEON_LINK_STATUS_OFFSET 0x01a2
51 #define XEON_SLINK_STATUS_OFFSET        0x05a2
52
53 #define XEON_PBAR2LMT_OFFSET    0x0000
54 #define XEON_PBAR4LMT_OFFSET    0x0008
55 #define XEON_PBAR5LMT_OFFSET    0x000c
56 #define XEON_PBAR2XLAT_OFFSET   0x0010
57 #define XEON_PBAR4XLAT_OFFSET   0x0018
58 #define XEON_PBAR5XLAT_OFFSET   0x001c
59 #define XEON_SBAR2LMT_OFFSET    0x0020
60 #define XEON_SBAR4LMT_OFFSET    0x0028
61 #define XEON_SBAR5LMT_OFFSET    0x002c
62 #define XEON_SBAR2XLAT_OFFSET   0x0030
63 #define XEON_SBAR4XLAT_OFFSET   0x0038
64 #define XEON_SBAR5XLAT_OFFSET   0x003c
65 #define XEON_SBAR0BASE_OFFSET   0x0040
66 #define XEON_SBAR2BASE_OFFSET   0x0048
67 #define XEON_SBAR4BASE_OFFSET   0x0050
68 #define XEON_SBAR5BASE_OFFSET   0x0054
69 #define XEON_NTBCNTL_OFFSET     0x0058
70 #define XEON_SBDF_OFFSET        0x005c
71 #define XEON_PDOORBELL_OFFSET   0x0060
72 #define XEON_PDBMSK_OFFSET      0x0062
73 #define XEON_SDOORBELL_OFFSET   0x0064
74 #define XEON_SDBMSK_OFFSET      0x0066
75 #define XEON_USMEMMISS          0x0070
76 #define XEON_SPAD_OFFSET        0x0080
77 #define XEON_SPADSEMA4_OFFSET   0x00c0
78 #define XEON_WCCNTRL_OFFSET     0x00e0
79 #define XEON_B2B_SPAD_OFFSET    0x0100
80 #define XEON_B2B_DOORBELL_OFFSET        0x0140
81 #define XEON_B2B_XLAT_OFFSETL   0x0144
82 #define XEON_B2B_XLAT_OFFSETU   0x0148
83
84 #define SOC_MSIX_CNT            34
85 #define SOC_MAX_MW              2
86 #define SOC_MAX_SPADS           16
87 #define SOC_MAX_DB_BITS         34
88 #define SOC_DB_BITS_PER_VEC     1
89
90 #define SOC_PCICMD_OFFSET       0xb004
91 #define SOC_MBAR23_OFFSET       0xb018
92 #define SOC_MBAR45_OFFSET       0xb020
93 #define SOC_DEVCTRL_OFFSET      0xb048
94 #define SOC_LINK_STATUS_OFFSET  0xb052
95 #define SOC_ERRCORSTS_OFFSET    0xb110
96
97 #define SOC_SBAR2XLAT_OFFSET    0x0008
98 #define SOC_SBAR4XLAT_OFFSET    0x0010
99 #define SOC_PDOORBELL_OFFSET    0x0020
100 #define SOC_PDBMSK_OFFSET       0x0028
101 #define SOC_NTBCNTL_OFFSET      0x0060
102 #define SOC_EBDF_OFFSET         0x0064
103 #define SOC_SPAD_OFFSET         0x0080
104 #define SOC_SPADSEMA_OFFSET     0x00c0
105 #define SOC_STKYSPAD_OFFSET     0x00c4
106 #define SOC_PBAR2XLAT_OFFSET    0x8008
107 #define SOC_PBAR4XLAT_OFFSET    0x8010
108 #define SOC_B2B_DOORBELL_OFFSET 0x8020
109 #define SOC_B2B_SPAD_OFFSET     0x8080
110 #define SOC_B2B_SPADSEMA_OFFSET 0x80c0
111 #define SOC_B2B_STKYSPAD_OFFSET 0x80c4
112
113 #define SOC_MODPHY_PCSREG4      0x1c004
114 #define SOC_MODPHY_PCSREG6      0x1c006
115
116 #define SOC_IP_BASE             0xc000
117 #define SOC_DESKEWSTS_OFFSET    (SOC_IP_BASE + 0x3024)
118 #define SOC_LTSSMERRSTS0_OFFSET (SOC_IP_BASE + 0x3180)
119 #define SOC_LTSSMSTATEJMP_OFFSET        (SOC_IP_BASE + 0x3040)
120 #define SOC_IBSTERRRCRVSTS0_OFFSET      (SOC_IP_BASE + 0x3324)
121
122 #define SOC_DESKEWSTS_DBERR             (1 << 15)
123 #define SOC_LTSSMERRSTS0_UNEXPECTEDEI   (1 << 20)
124 #define SOC_LTSSMSTATEJMP_FORCEDETECT   (1 << 2)
125 #define SOC_IBIST_ERR_OFLOW             0x7fff7fff
126
127 #define NTB_CNTL_CFG_LOCK               (1 << 0)
128 #define NTB_CNTL_LINK_DISABLE           (1 << 1)
129 #define NTB_CNTL_S2P_BAR23_SNOOP        (1 << 2)
130 #define NTB_CNTL_P2S_BAR23_SNOOP        (1 << 4)
131 #define NTB_CNTL_S2P_BAR4_SNOOP         (1 << 6)
132 #define NTB_CNTL_P2S_BAR4_SNOOP         (1 << 8)
133 #define NTB_CNTL_S2P_BAR5_SNOOP         (1 << 12)
134 #define NTB_CNTL_P2S_BAR5_SNOOP         (1 << 14)
135 #define SOC_CNTL_LINK_DOWN              (1 << 16)
136
137 #define XEON_PBAR23SZ_OFFSET    0x00d0
138 #define XEON_PBAR45SZ_OFFSET    0x00d1
139 #define NTB_PPD_OFFSET          0x00d4
140 #define XEON_PPD_CONN_TYPE      0x0003
141 #define XEON_PPD_DEV_TYPE       0x0010
142 #define XEON_PPD_SPLIT_BAR      0x0040
143 #define SOC_PPD_INIT_LINK       0x0008
144 #define SOC_PPD_CONN_TYPE       0x0300
145 #define SOC_PPD_DEV_TYPE        0x1000
146
147 #define NTB_CONN_TRANSPARENT    0
148 #define NTB_CONN_B2B            1
149 #define NTB_CONN_RP             2
150
151 #define NTB_DEV_DSD     1
152 #define NTB_DEV_USD     0
153
154 /* All addresses are in low 32-bit space so 32-bit BARs can function */
155 #define MBAR01_USD_ADDR         0x2100000cull
156 #define MBAR23_USD_ADDR         0x4100000cull
157 #define MBAR4_USD_ADDR          0x8100000cull
158 #define MBAR5_USD_ADDR          0xa100000cull
159 #define MBAR01_DSD_ADDR         0x2000000cull
160 #define MBAR23_DSD_ADDR         0x4000000cull
161 #define MBAR4_DSD_ADDR          0x8000000cull
162 #define MBAR5_DSD_ADDR          0xa000000cull
163
164 /* XEON Shadowed MMIO Space */
165 #define XEON_SHADOW_PDOORBELL_OFFSET    0x60
166 #define XEON_SHADOW_SPAD_OFFSET         0x80
167
168 #endif /* _NTB_REGS_H_ */