File: /usr/src/linux/include/asm-mips64/sn/sn0/hubmd.h

1     /*
2      * This file is subject to the terms and conditions of the GNU General Public
3      * License.  See the file "COPYING" in the main directory of this archive
4      * for more details.
5      *
6      * Derived from IRIX <sys/SN/SN0/hubmd.h>, revision 1.59.
7      *
8      * Copyright (C) 1992 - 1997, 1999 Silicon Graphics, Inc.
9      * Copyright (C) 1999 by Ralf Baechle
10      */
11     #ifndef	_ASM_SN_SN0_HUBMD_H
12     #define	_ASM_SN_SN0_HUBMD_H
13     
14     #include <linux/config.h>
15     
16     /*
17      * Hub Memory/Directory interface registers
18      */
19     #define CACHE_SLINE_SIZE        128	/* Secondary cache line size on SN0 */
20     
21     #define	MAX_REGIONS		64
22     
23     /* Hardware page size and shift */
24     
25     #define MD_PAGE_SIZE		4096	 /* Page size in bytes		    */
26     #define MD_PAGE_NUM_SHFT	12	 /* Address to page number shift    */
27     
28     /* Register offsets from LOCAL_HUB or REMOTE_HUB */
29     
30     #define MD_BASE			0x200000
31     #define MD_BASE_PERF		0x210000
32     #define MD_BASE_JUNK		0x220000
33     
34     #define MD_IO_PROTECT		0x200000 /* MD and core register protection */
35     #define MD_IO_PROT_OVRRD	0x200008 /* Clear my bit in MD_IO_PROTECT   */
36     #define MD_HSPEC_PROTECT	0x200010 /* BDDIR, LBOOT, RBOOT protection  */
37     #define MD_MEMORY_CONFIG	0x200018 /* Memory/Directory DIMM control   */
38     #define	MD_REFRESH_CONTROL	0x200020 /* Memory/Directory refresh ctrl   */
39     #define	MD_FANDOP_CAC_STAT	0x200028 /* Fetch-and-op cache status 	    */
40     #define	MD_MIG_DIFF_THRESH	0x200030 /* Page migr. count diff thresh.   */
41     #define	MD_MIG_VALUE_THRESH	0x200038 /* Page migr. count abs. thresh.   */
42     #define	MD_MIG_CANDIDATE	0x200040 /* Latest page migration candidate */
43     #define	MD_MIG_CANDIDATE_CLR	0x200048 /* Clear page migration candidate  */
44     #define MD_DIR_ERROR		0x200050 /* Directory DIMM error 	    */
45     #define MD_DIR_ERROR_CLR	0x200058 /* Directory DIMM error clear 	    */
46     #define MD_PROTOCOL_ERROR	0x200060 /* Directory protocol error 	    */
47     #define MD_PROTOCOL_ERROR_CLR	0x200068 /* Directory protocol error clear  */
48     #define MD_MEM_ERROR		0x200070 /* Memory DIMM error 		    */
49     #define MD_MEM_ERROR_CLR	0x200078 /* Memory DIMM error clear 	    */
50     #define MD_MISC_ERROR		0x200080 /* Miscellaneous MD error 	    */
51     #define MD_MISC_ERROR_CLR	0x200088 /* Miscellaneous MD error clear    */
52     #define MD_MEM_DIMM_INIT	0x200090 /* Memory DIMM mode initization.   */
53     #define MD_DIR_DIMM_INIT	0x200098 /* Directory DIMM mode init. 	    */
54     #define MD_MOQ_SIZE		0x2000a0 /* MD outgoing queue size 	    */
55     #define MD_MLAN_CTL		0x2000a8 /* NIC (Microlan) control register */
56     
57     #define MD_PERF_SEL		0x210000 /* Select perf monitor events 	    */
58     #define MD_PERF_CNT0		0x210010 /* Performance counter 0 	    */
59     #define MD_PERF_CNT1		0x210018 /* Performance counter 1 	    */
60     #define MD_PERF_CNT2		0x210020 /* Performance counter 2 	    */
61     #define MD_PERF_CNT3		0x210028 /* Performance counter 3 	    */
62     #define MD_PERF_CNT4		0x210030 /* Performance counter 4 	    */
63     #define MD_PERF_CNT5		0x210038 /* Performance counter 5 	    */
64     
65     #define MD_UREG0_0		0x220000 /* uController/UART 0 register     */
66     #define MD_UREG0_1		0x220008 /* uController/UART 0 register     */
67     #define MD_UREG0_2		0x220010 /* uController/UART 0 register     */
68     #define MD_UREG0_3		0x220018 /* uController/UART 0 register     */
69     #define MD_UREG0_4		0x220020 /* uController/UART 0 register     */
70     #define MD_UREG0_5		0x220028 /* uController/UART 0 register     */
71     #define MD_UREG0_6		0x220030 /* uController/UART 0 register     */
72     #define MD_UREG0_7		0x220038 /* uController/UART 0 register     */
73     
74     #define MD_SLOTID_USTAT		0x220048 /* Hub slot ID & UART/uCtlr status */
75     #define MD_LED0			0x220050 /* Eight-bit LED for CPU A 	    */
76     #define MD_LED1			0x220058 /* Eight-bit LED for CPU B 	    */
77     
78     #define MD_UREG1_0		0x220080 /* uController/UART 1 register     */
79     #define MD_UREG1_1		0x220088 /* uController/UART 1 register     */
80     #define MD_UREG1_2		0x220090 /* uController/UART 1 register     */
81     #define MD_UREG1_3		0x220098 /* uController/UART 1 register     */
82     #define MD_UREG1_4		0x2200a0 /* uController/UART 1 register     */
83     #define MD_UREG1_5		0x2200a8 /* uController/UART 1 register     */
84     #define MD_UREG1_6		0x2200b0 /* uController/UART 1 register     */
85     #define MD_UREG1_7		0x2200b8 /* uController/UART 1 register     */
86     #define MD_UREG1_8		0x2200c0 /* uController/UART 1 register     */
87     #define MD_UREG1_9		0x2200c8 /* uController/UART 1 register     */
88     #define MD_UREG1_10		0x2200d0 /* uController/UART 1 register     */
89     #define MD_UREG1_11		0x2200d8 /* uController/UART 1 register     */
90     #define MD_UREG1_12		0x2200e0 /* uController/UART 1 register     */
91     #define MD_UREG1_13		0x2200e8 /* uController/UART 1 register     */
92     #define MD_UREG1_14		0x2200f0 /* uController/UART 1 register     */
93     #define MD_UREG1_15		0x2200f8 /* uController/UART 1 register     */
94     
95     #ifdef CONFIG_SGI_SN0_N_MODE
96     #define MD_MEM_BANKS		4	 /* 4 banks of memory max in N mode */
97     #else
98     #define MD_MEM_BANKS		8	 /* 8 banks of memory max in M mode */
99     #endif
100     
101     /*
102      * MD_MEMORY_CONFIG fields
103      *
104      *   MD_SIZE_xxx are useful for representing the size of a SIMM or bank
105      *   (SIMM pair).  They correspond to the values needed for the bit
106      *   triplets (MMC_BANK_MASK) in the MD_MEMORY_CONFIG register for bank size.
107      *   Bits not used by the MD are used by software.
108      */
109     
110     #define MD_SIZE_EMPTY		0	/* Valid in MEMORY_CONFIG           */
111     #define MD_SIZE_8MB		1
112     #define MD_SIZE_16MB		2
113     #define MD_SIZE_32MB		3	/* Broken in Hub 1		    */
114     #define MD_SIZE_64MB		4	/* Valid in MEMORY_CONFIG           */
115     #define MD_SIZE_128MB		5	/* Valid in MEMORY_CONFIG           */
116     #define MD_SIZE_256MB		6
117     #define MD_SIZE_512MB		7	/* Valid in MEMORY_CONFIG           */
118     #define MD_SIZE_1GB		8
119     #define MD_SIZE_2GB		9
120     #define MD_SIZE_4GB		10
121     
122     #define MD_SIZE_BYTES(size)	((size) == 0 ? 0 : 0x400000L << (size))
123     #define MD_SIZE_MBYTES(size)	((size) == 0 ? 0 :   4	     << (size))
124     
125     #define MMC_FPROM_CYC_SHFT	49	/* Have to use UINT64_CAST, instead */
126     #define MMC_FPROM_CYC_MASK	(UINT64_CAST 31 << 49)	/* of 'L' suffix,   */
127     #define MMC_FPROM_WR_SHFT	44			/* for assembler    */
128     #define MMC_FPROM_WR_MASK	(UINT64_CAST 31 << 44)
129     #define MMC_UCTLR_CYC_SHFT	39
130     #define MMC_UCTLR_CYC_MASK	(UINT64_CAST 31 << 39)
131     #define MMC_UCTLR_WR_SHFT	34
132     #define MMC_UCTLR_WR_MASK	(UINT64_CAST 31 << 34)
133     #define MMC_DIMM0_SEL_SHFT	32
134     #define MMC_DIMM0_SEL_MASK	(UINT64_CAST 3 << 32)
135     #define MMC_IO_PROT_EN_SHFT	31
136     #define MMC_IO_PROT_EN_MASK	(UINT64_CAST 1 << 31)
137     #define MMC_IO_PROT		(UINT64_CAST 1 << 31)
138     #define MMC_ARB_MLSS_SHFT	30
139     #define MMC_ARB_MLSS_MASK	(UINT64_CAST 1 << 30)
140     #define MMC_ARB_MLSS		(UINT64_CAST 1 << 30)
141     #define MMC_IGNORE_ECC_SHFT	29
142     #define MMC_IGNORE_ECC_MASK	(UINT64_CAST 1 << 29)
143     #define MMC_IGNORE_ECC		(UINT64_CAST 1 << 29)
144     #define MMC_DIR_PREMIUM_SHFT	28
145     #define MMC_DIR_PREMIUM_MASK	(UINT64_CAST 1 << 28)
146     #define MMC_DIR_PREMIUM		(UINT64_CAST 1 << 28)
147     #define MMC_REPLY_GUAR_SHFT	24
148     #define MMC_REPLY_GUAR_MASK	(UINT64_CAST 15 << 24)
149     #define MMC_BANK_SHFT(_b)	((_b) * 3)
150     #define MMC_BANK_MASK(_b)	(UINT64_CAST 7 << MMC_BANK_SHFT(_b))
151     #define MMC_BANK_ALL_MASK	0xffffff
152     #define MMC_RESET_DEFAULTS	(UINT64_CAST 0x0f << MMC_FPROM_CYC_SHFT | \
153     				 UINT64_CAST 0x07 << MMC_FPROM_WR_SHFT | \
154     				 UINT64_CAST 0x1f << MMC_UCTLR_CYC_SHFT | \
155     				 UINT64_CAST 0x0f << MMC_UCTLR_WR_SHFT | \
156     				 MMC_IGNORE_ECC | MMC_DIR_PREMIUM | \
157     				 UINT64_CAST 0x0f << MMC_REPLY_GUAR_SHFT | \
158     				 MMC_BANK_ALL_MASK)
159     
160     /* MD_REFRESH_CONTROL fields */
161     
162     #define MRC_ENABLE_SHFT		63
163     #define MRC_ENABLE_MASK		(UINT64_CAST 1 << 63)
164     #define MRC_ENABLE		(UINT64_CAST 1 << 63)
165     #define MRC_COUNTER_SHFT	12
166     #define MRC_COUNTER_MASK	(UINT64_CAST 0xfff << 12)
167     #define MRC_CNT_THRESH_MASK	0xfff
168     #define MRC_RESET_DEFAULTS	(UINT64_CAST 0x400)
169     
170     /* MD_MEM_DIMM_INIT and MD_DIR_DIMM_INIT fields */
171     
172     #define MDI_SELECT_SHFT		32
173     #define MDI_SELECT_MASK		(UINT64_CAST 0x0f << 32)
174     #define MDI_DIMM_MODE_MASK	(UINT64_CAST 0xfff)
175     
176     /* MD_MOQ_SIZE fields */
177     
178     #define MMS_RP_SIZE_SHFT	8
179     #define MMS_RP_SIZE_MASK	(UINT64_CAST 0x3f << 8)
180     #define MMS_RQ_SIZE_SHFT	0
181     #define MMS_RQ_SIZE_MASK	(UINT64_CAST 0x1f)
182     #define MMS_RESET_DEFAULTS	(0x32 << 8 | 0x12)
183     
184     /* MD_FANDOP_CAC_STAT fields */
185     
186     #define MFC_VALID_SHFT		63
187     #define MFC_VALID_MASK		(UINT64_CAST 1 << 63)
188     #define MFC_VALID		(UINT64_CAST 1 << 63)
189     #define MFC_ADDR_SHFT		6
190     #define MFC_ADDR_MASK		(UINT64_CAST 0x3ffffff)
191     
192     /* MD_MLAN_CTL fields */
193     
194     #define MLAN_PHI1_SHFT		27
195     #define MLAN_PHI1_MASK		(UINT64_CAST 0x7f << 27)
196     #define MLAN_PHI0_SHFT		20
197     #define MLAN_PHI0_MASK		(UINT64_CAST 0x7f << 27)
198     #define MLAN_PULSE_SHFT		10
199     #define MLAN_PULSE_MASK		(UINT64_CAST 0x3ff << 10)
200     #define MLAN_SAMPLE_SHFT	2
201     #define MLAN_SAMPLE_MASK	(UINT64_CAST 0xff << 2)
202     #define MLAN_DONE_SHFT		1
203     #define MLAN_DONE_MASK		2
204     #define MLAN_DONE		(UINT64_CAST 0x02)
205     #define MLAN_RD_DATA		(UINT64_CAST 0x01)
206     #define MLAN_RESET_DEFAULTS	(UINT64_CAST 0x31 << MLAN_PHI1_SHFT | \
207     				 UINT64_CAST 0x31 << MLAN_PHI0_SHFT)
208     
209     /* MD_SLOTID_USTAT bit definitions */
210     
211     #define MSU_CORECLK_TST_SHFT	7	/* You don't wanna know             */
212     #define MSU_CORECLK_TST_MASK	(UINT64_CAST 1 << 7)
213     #define MSU_CORECLK_TST		(UINT64_CAST 1 << 7)
214     #define MSU_CORECLK_SHFT	6	/* You don't wanna know             */
215     #define MSU_CORECLK_MASK	(UINT64_CAST 1 << 6)
216     #define MSU_CORECLK		(UINT64_CAST 1 << 6)
217     #define MSU_NETSYNC_SHFT	5	/* You don't wanna know             */
218     #define MSU_NETSYNC_MASK	(UINT64_CAST 1 << 5)
219     #define MSU_NETSYNC		(UINT64_CAST 1 << 5)
220     #define MSU_FPROMRDY_SHFT	4	/* Flash PROM ready bit 	    */
221     #define MSU_FPROMRDY_MASK	(UINT64_CAST 1 << 4)
222     #define MSU_FPROMRDY		(UINT64_CAST 1 << 4)
223     #define MSU_I2CINTR_SHFT		3	/* I2C interrupt bit   */
224     #define MSU_I2CINTR_MASK		(UINT64_CAST 1 << 3)
225     #define MSU_I2CINTR		(UINT64_CAST 1 << 3)
226     #define MSU_SLOTID_MASK		0xff
227     #define MSU_SN0_SLOTID_SHFT	0	/* Slot ID			    */
228     #define MSU_SN0_SLOTID_MASK	(UINT64_CAST 7)
229     #define MSU_SN00_SLOTID_SHFT	7
230     #define MSU_SN00_SLOTID_MASK	(UINT64_CAST 0x80)
231     	
232     #define	MSU_PIMM_PSC_SHFT	4
233     #define	MSU_PIMM_PSC_MASK	(0xf << MSU_PIMM_PSC_SHFT)
234     
235     /* MD_MIG_DIFF_THRESH bit definitions */
236     
237     #define MD_MIG_DIFF_THRES_VALID_MASK (UINT64_CAST 0x1 << 63)
238     #define MD_MIG_DIFF_THRES_VALID_SHFT 63
239     #define MD_MIG_DIFF_THRES_VALUE_MASK (UINT64_CAST 0xfffff)
240     
241     /* MD_MIG_VALUE_THRESH bit definitions */
242     
243     #define MD_MIG_VALUE_THRES_VALID_MASK (UINT64_CAST 0x1 << 63)
244     #define MD_MIG_VALUE_THRES_VALID_SHFT 63
245     #define MD_MIG_VALUE_THRES_VALUE_MASK (UINT64_CAST 0xfffff)
246     
247     /* MD_MIG_CANDIDATE bit definitions */
248     
249     #define MD_MIG_CANDIDATE_VALID_MASK (UINT64_CAST 0x1 << 63)
250     #define MD_MIG_CANDIDATE_VALID_SHFT 63
251     #define MD_MIG_CANDIDATE_TYPE_MASK (UINT64_CAST 0x1 << 30)
252     #define MD_MIG_CANDIDATE_TYPE_SHFT 30
253     #define MD_MIG_CANDIDATE_OVERRUN_MASK (UINT64_CAST 0x1 << 29)
254     #define MD_MIG_CANDIDATE_OVERRUN_SHFT 29
255     #define MD_MIG_CANDIDATE_INITIATOR_MASK (UINT64_CAST 0x7ff << 18)
256     #define MD_MIG_CANDIDATE_INITIATOR_SHFT 18
257     #define MD_MIG_CANDIDATE_NODEID_MASK (UINT64_CAST 0x1ff << 20)
258     #define MD_MIG_CANDIDATE_NODEID_SHFT 20
259     #define MD_MIG_CANDIDATE_ADDR_MASK (UINT64_CAST 0x3ffff)
260     #define MD_MIG_CANDIDATE_ADDR_SHFT 14  /* The address starts at bit 14 */
261     
262     /* Other MD definitions */
263     
264     #define MD_BANK_SHFT		29			/* log2(512 MB)     */
265     #define MD_BANK_MASK		(UINT64_CAST 7 << 29)
266     #define MD_BANK_SIZE		(UINT64_CAST 1 << MD_BANK_SHFT)	  /* 512 MB */
267     #define MD_BANK_OFFSET(_b)	(UINT64_CAST (_b) << MD_BANK_SHFT)
268     
269     /*
270      * The following definitions cover the bit field definitions for the
271      * various MD registers.  For multi-bit registers, we define both
272      * a shift amount and a mask value.  By convention, if you want to
273      * isolate a field, you should mask the field and then shift it down,
274      * since this makes the masks useful without a shift.
275      */
276     
277     /* Directory entry states for both premium and standard SIMMs. */
278     
279     #define MD_DIR_SHARED		(UINT64_CAST 0x0)	/* 000 */
280     #define MD_DIR_POISONED		(UINT64_CAST 0x1)	/* 001 */
281     #define MD_DIR_EXCLUSIVE	(UINT64_CAST 0x2)	/* 010 */
282     #define MD_DIR_BUSY_SHARED	(UINT64_CAST 0x3)	/* 011 */
283     #define MD_DIR_BUSY_EXCL	(UINT64_CAST 0x4)	/* 100 */
284     #define MD_DIR_WAIT		(UINT64_CAST 0x5)	/* 101 */
285     #define MD_DIR_UNOWNED		(UINT64_CAST 0x7)	/* 111 */
286     
287     /*
288      * The MD_DIR_FORCE_ECC bit can be added directory entry write data
289      * to forcing the ECC to be written as-is instead of recalculated.
290      */
291     
292     #define MD_DIR_FORCE_ECC	(UINT64_CAST 1 << 63)
293     
294     /*
295      * Premium SIMM directory entry shifts and masks.  Each is valid only in the
296      * context(s) indicated, where A, B, and C indicate the directory entry format
297      * as shown, and low and/or high indicates which double-word of the entry.
298      *
299      * Format A:  STATE = shared, FINE = 1
300      * Format B:  STATE = shared, FINE = 0
301      * Format C:  STATE != shared (FINE must be 0)
302      */
303     
304     #define MD_PDIR_MASK		0xffffffffffff		/* Whole entry 	    */
305     #define MD_PDIR_ECC_SHFT	0			/* ABC low or high  */
306     #define MD_PDIR_ECC_MASK	0x7f
307     #define MD_PDIR_PRIO_SHFT	8			/* ABC low 	    */
308     #define MD_PDIR_PRIO_MASK	(0xf << 8)
309     #define MD_PDIR_AX_SHFT		7			/* ABC low 	    */
310     #define MD_PDIR_AX_MASK		(1 << 7)
311     #define MD_PDIR_AX		(1 << 7)
312     #define MD_PDIR_FINE_SHFT	12			/* ABC low 	    */
313     #define MD_PDIR_FINE_MASK	(1 << 12)
314     #define MD_PDIR_FINE		(1 << 12)
315     #define MD_PDIR_OCT_SHFT	13			/* A low 	    */
316     #define MD_PDIR_OCT_MASK	(7 << 13)
317     #define MD_PDIR_STATE_SHFT	13			/* BC low 	    */
318     #define MD_PDIR_STATE_MASK	(7 << 13)
319     #define MD_PDIR_ONECNT_SHFT	16			/* BC low 	    */
320     #define MD_PDIR_ONECNT_MASK	(0x3f << 16)
321     #define MD_PDIR_PTR_SHFT	22			/* C low 	    */
322     #define MD_PDIR_PTR_MASK	(UINT64_CAST 0x7ff << 22)
323     #define MD_PDIR_VECMSB_SHFT	22			/* AB low 	    */
324     #define MD_PDIR_VECMSB_BITMASK	0x3ffffff
325     #define MD_PDIR_VECMSB_BITSHFT	27
326     #define MD_PDIR_VECMSB_MASK	(UINT64_CAST MD_PDIR_VECMSB_BITMASK << 22)
327     #define MD_PDIR_CWOFF_SHFT	7			/* C high 	    */
328     #define MD_PDIR_CWOFF_MASK	(7 << 7)
329     #define MD_PDIR_VECLSB_SHFT	10			/* AB high 	    */
330     #define MD_PDIR_VECLSB_BITMASK	(UINT64_CAST 0x3fffffffff)
331     #define MD_PDIR_VECLSB_BITSHFT	0
332     #define MD_PDIR_VECLSB_MASK	(MD_PDIR_VECLSB_BITMASK << 10)
333     
334     /*
335      * Directory initialization values
336      */
337     
338     #define MD_PDIR_INIT_LO		(MD_DIR_UNOWNED << MD_PDIR_STATE_SHFT | \
339     				 MD_PDIR_AX)
340     #define MD_PDIR_INIT_HI		0
341     #define MD_PDIR_INIT_PROT	(MD_PROT_RW << MD_PPROT_IO_SHFT | \
342     				 MD_PROT_RW << MD_PPROT_SHFT)
343     
344     /*
345      * Standard SIMM directory entry shifts and masks.  Each is valid only in the
346      * context(s) indicated, where A and C indicate the directory entry format
347      * as shown, and low and/or high indicates which double-word of the entry.
348      *
349      * Format A:  STATE == shared
350      * Format C:  STATE != shared
351      */
352     
353     #define MD_SDIR_MASK		0xffff			/* Whole entry 	    */
354     #define MD_SDIR_ECC_SHFT	0			/* AC low or high   */
355     #define MD_SDIR_ECC_MASK	0x1f
356     #define MD_SDIR_PRIO_SHFT	6			/* AC low 	    */
357     #define MD_SDIR_PRIO_MASK	(1 << 6)
358     #define MD_SDIR_AX_SHFT		5			/* AC low 	    */
359     #define MD_SDIR_AX_MASK		(1 << 5)
360     #define MD_SDIR_AX		(1 << 5)
361     #define MD_SDIR_STATE_SHFT	7			/* AC low 	    */
362     #define MD_SDIR_STATE_MASK	(7 << 7)
363     #define MD_SDIR_PTR_SHFT	10			/* C low 	    */
364     #define MD_SDIR_PTR_MASK	(0x3f << 10)
365     #define MD_SDIR_CWOFF_SHFT	5			/* C high 	    */
366     #define MD_SDIR_CWOFF_MASK	(7 << 5)
367     #define MD_SDIR_VECMSB_SHFT	11			/* A low 	    */
368     #define MD_SDIR_VECMSB_BITMASK	0x1f
369     #define MD_SDIR_VECMSB_BITSHFT	7
370     #define MD_SDIR_VECMSB_MASK	(MD_SDIR_VECMSB_BITMASK << 11)
371     #define MD_SDIR_VECLSB_SHFT	5			/* A high 	    */
372     #define MD_SDIR_VECLSB_BITMASK	0x7ff
373     #define MD_SDIR_VECLSB_BITSHFT	0
374     #define MD_SDIR_VECLSB_MASK	(MD_SDIR_VECLSB_BITMASK << 5)
375     
376     /*
377      * Directory initialization values
378      */
379     
380     #define MD_SDIR_INIT_LO		(MD_DIR_UNOWNED << MD_SDIR_STATE_SHFT | \
381     				 MD_SDIR_AX)
382     #define MD_SDIR_INIT_HI		0
383     #define MD_SDIR_INIT_PROT	(MD_PROT_RW << MD_SPROT_SHFT)
384     
385     /* Protection and migration field values */
386     
387     #define MD_PROT_RW		(UINT64_CAST 0x6)
388     #define MD_PROT_RO		(UINT64_CAST 0x3)
389     #define MD_PROT_NO		(UINT64_CAST 0x0)
390     #define MD_PROT_BAD		(UINT64_CAST 0x5)
391     
392     /* Premium SIMM protection entry shifts and masks. */
393     
394     #define MD_PPROT_SHFT		0			/* Prot. field 	    */
395     #define MD_PPROT_MASK		7
396     #define MD_PPROT_MIGMD_SHFT	3			/* Migration mode   */
397     #define MD_PPROT_MIGMD_MASK	(3 << 3)
398     #define MD_PPROT_REFCNT_SHFT	5			/* Reference count  */
399     #define MD_PPROT_REFCNT_WIDTH	0x7ffff
400     #define MD_PPROT_REFCNT_MASK	(MD_PPROT_REFCNT_WIDTH << 5)
401     
402     #define MD_PPROT_IO_SHFT	45			/* I/O Prot field   */
403     #define MD_PPROT_IO_MASK	(UINT64_CAST 7 << 45)
404     
405     /* Standard SIMM protection entry shifts and masks. */
406     
407     #define MD_SPROT_SHFT		0			/* Prot. field 	    */
408     #define MD_SPROT_MASK		7
409     #define MD_SPROT_MIGMD_SHFT	3			/* Migration mode   */
410     #define MD_SPROT_MIGMD_MASK	(3 << 3)
411     #define MD_SPROT_REFCNT_SHFT	5			/* Reference count  */
412     #define MD_SPROT_REFCNT_WIDTH	0x7ff
413     #define MD_SPROT_REFCNT_MASK	(MD_SPROT_REFCNT_WIDTH << 5)
414     
415     /* Migration modes used in protection entries */
416     
417     #define MD_PROT_MIGMD_IREL	(UINT64_CAST 0x3 << 3)
418     #define MD_PROT_MIGMD_IABS	(UINT64_CAST 0x2 << 3)
419     #define MD_PROT_MIGMD_PREL	(UINT64_CAST 0x1 << 3)
420     #define MD_PROT_MIGMD_OFF	(UINT64_CAST 0x0 << 3)
421     
422     
423     /*
424      * Operations on page migration threshold register
425      */
426     
427     #if _LANGUAGE_C
428     #ifndef _STANDALONE
429     
430     /*
431      * LED register macros
432      */
433     
434     #define CPU_LED_ADDR(_nasid, _slice)					   \
435     	(private.p_sn00 ?						   \
436     	 REMOTE_HUB_ADDR((_nasid), MD_UREG1_0 +	((_slice) << 5)) :	   \
437     	 REMOTE_HUB_ADDR((_nasid), MD_LED0    + ((_slice) << 3)))
438     
439     #define SET_CPU_LEDS(_nasid, _slice,  _val)				   \
440     	(HUB_S(CPU_LED_ADDR(_nasid, _slice), (_val)))
441     
442     #define SET_MY_LEDS(_v) 						   \
443     	SET_CPU_LEDS(get_nasid(), get_slice(), (_v))
444     
445     /*
446      * Operations on Memory/Directory DIMM control register
447      */
448     
449     #define DIRTYPE_PREMIUM 1
450     #define DIRTYPE_STANDARD 0
451     #define MD_MEMORY_CONFIG_DIR_TYPE_GET(region) (\
452     	(REMOTE_HUB_L(region, MD_MEMORY_CONFIG) & MMC_DIR_PREMIUM_MASK) >> \
453     	MMC_DIR_PREMIUM_SHFT)
454     
455     
456     /*
457      * Operations on page migration count difference and absolute threshold
458      * registers
459      */
460     
461     #define MD_MIG_DIFF_THRESH_GET(region) ( \
462     	REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH) & \
463     	MD_MIG_DIFF_THRES_VALUE_MASK)
464     
465     #define MD_MIG_DIFF_THRESH_SET(region, value) (				\
466     	REMOTE_HUB_S((region), MD_MIG_DIFF_THRESH,			\
467     		MD_MIG_DIFF_THRES_VALID_MASK | (value)))
468     
469     #define MD_MIG_DIFF_THRESH_DISABLE(region) (			\
470     	REMOTE_HUB_S((region), MD_MIG_DIFF_THRESH,			\
471     		REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH)		\
472     			     & ~MD_MIG_DIFF_THRES_VALID_MASK))
473     
474     #define MD_MIG_DIFF_THRESH_ENABLE(region) (			\
475     	REMOTE_HUB_S((region), MD_MIG_DIFF_THRESH,			\
476     		REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH)		\
477     			     | MD_MIG_DIFF_THRES_VALID_MASK))
478     
479     #define MD_MIG_DIFF_THRESH_IS_ENABLED(region) (				\
480     	REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH) &			\
481     	       MD_MIG_DIFF_THRES_VALID_MASK)
482     
483     #define MD_MIG_VALUE_THRESH_GET(region) (				\
484     	REMOTE_HUB_L((region), MD_MIG_VALUE_THRESH) &  \
485     	MD_MIG_VALUE_THRES_VALUE_MASK)
486     
487     #define MD_MIG_VALUE_THRESH_SET(region, value) (			\
488     	REMOTE_HUB_S((region), MD_MIG_VALUE_THRESH,			\
489     		MD_MIG_VALUE_THRES_VALID_MASK | (value)))
490     
491     #define MD_MIG_VALUE_THRESH_DISABLE(region) (			\
492     	REMOTE_HUB_S((region), MD_MIG_VALUE_THRESH,			\
493     		REMOTE_HUB_L(region, MD_MIG_VALUE_THRESH)		\
494     			     & ~MD_MIG_VALUE_THRES_VALID_MASK))
495     
496     #define MD_MIG_VALUE_THRESH_ENABLE(region) (			\
497     	REMOTE_HUB_S((region), MD_MIG_VALUE_THRESH,			\
498     		REMOTE_HUB_L((region), MD_MIG_VALUE_THRESH)		\
499     			     | MD_MIG_VALUE_THRES_VALID_MASK))
500     
501     #define MD_MIG_VALUE_THRESH_IS_ENABLED(region) (			\
502     	REMOTE_HUB_L((region), MD_MIG_VALUE_THRESH) &			 \
503     	       MD_MIG_VALUE_THRES_VALID_MASK)
504     
505     /*
506      * Operations on page migration candidate register
507      */
508     
509     #define MD_MIG_CANDIDATE_GET(my_region_id) ( \
510     	REMOTE_HUB_L((my_region_id), MD_MIG_CANDIDATE_CLR))
511     
512     #define MD_MIG_CANDIDATE_HWPFN(value) ((value) & MD_MIG_CANDIDATE_ADDR_MASK)
513     
514     #define MD_MIG_CANDIDATE_NODEID(value) ( \
515     	((value) & MD_MIG_CANDIDATE_NODEID_MASK) >> MD_MIG_CANDIDATE_NODEID_SHFT)
516     
517     #define MD_MIG_CANDIDATE_TYPE(value) ( \
518     	((value) & MD_MIG_CANDIDATE_TYPE_MASK) >> MD_MIG_CANDIDATE_TYPE_SHFT)
519     
520     #define MD_MIG_CANDIDATE_VALID(value) ( \
521     	((value) & MD_MIG_CANDIDATE_VALID_MASK) >> MD_MIG_CANDIDATE_VALID_SHFT)
522     
523     /*
524      * Macros to retrieve fields in the protection entry
525      */
526     
527     /* for Premium SIMM */
528     #define MD_PPROT_REFCNT_GET(value) ( \
529     	((value) & MD_PPROT_REFCNT_MASK) >> MD_PPROT_REFCNT_SHFT)
530     
531     #define MD_PPROT_MIGMD_GET(value) ( \
532     	((value) & MD_PPROT_MIGMD_MASK) >> MD_PPROT_MIGMD_SHFT)
533     
534     /* for Standard SIMM */
535     #define MD_SPROT_REFCNT_GET(value) ( \
536     	((value) & MD_SPROT_REFCNT_MASK) >> MD_SPROT_REFCNT_SHFT)
537     
538     #define MD_SPROT_MIGMD_GET(value) ( \
539     	((value) & MD_SPROT_MIGMD_MASK) >> MD_SPROT_MIGMD_SHFT)
540     
541     #endif /* _STANDALONE */
542     
543     /*
544      * Format of dir_error, mem_error, protocol_error and misc_error registers
545      */
546     
547     struct dir_error_reg {
548     	u64	uce_vld:   1,	/*    63: valid directory uce 	*/
549     		ae_vld:	   1,	/*    62: valid dir prot ecc error */
550     		ce_vld:	   1,	/*    61: valid correctable ECC err*/
551     		rsvd1:	  19,	/* 60-42: reserved		*/
552     		bad_prot:  3,	/* 41-39: encoding, bad access rights*/
553     		bad_syn:   7,	/* 38-32: bad dir syndrome	*/
554     		rsvd2:	   2,	/* 31-30: reserved		*/
555     		hspec_addr:27,	/* 29-03: bddir space bad entry */
556     		uce_ovr:   1,	/*     2: multiple dir uce's	*/
557     		ae_ovr:	   1,	/*     1: multiple prot ecc errs*/
558     		ce_ovr:	   1;	/*     0: multiple correctable errs */
559     };
560     
561     typedef union md_dir_error {
562     	u64	derr_reg;	/* the entire register 		*/
563     	struct dir_error_reg derr_fmt;	/* the register format		*/
564     } md_dir_error_t;
565     
566     
567     struct mem_error_reg {
568     	u64	uce_vld:   1,	/*    63: valid memory uce 	*/
569     		ce_vld:	   1,	/*    62: valid correctable ECC err*/
570     		rsvd1:	  22,	/* 61-40: reserved		*/
571     		bad_syn:   8,	/* 39-32: bad mem ecc syndrome	*/
572     		address:  29,	/* 31-03: bad entry pointer	*/
573     		rsvd2:	   1,	/*     2: reserved		*/
574     		uce_ovr:   1,	/*     1: multiple mem uce's	*/
575     		ce_ovr:	   1;	/*     0: multiple correctable errs */
576     };
577     
578     
579     typedef union md_mem_error {
580     	u64	merr_reg;	/* the entire register 		*/
581     	struct mem_error_reg  merr_fmt; /* format of the mem_error reg  */
582     } md_mem_error_t;
583     
584     
585     struct proto_error_reg {
586     	u64	valid:	   1,	/*    63: valid protocol error	*/
587     		rsvd1:	   2,	/* 62-61: reserved		*/
588     		initiator:11,	/* 60-50: id of request initiator*/
589     		backoff:   2,	/* 49-48: backoff control	*/
590     		msg_type:  8,	/* 47-40: type of request	*/
591     		access:	   2,	/* 39-38: access rights of initiator*/
592     		priority:  1,	/*    37: priority level of requestor*/
593     		dir_state: 4,	/* 36-33: state of directory	*/
594     		pointer_me:1,	/*    32: initiator same as dir ptr */
595     		address:  29,	/* 31-03: request address	*/
596     		rsvd2:	   2,	/* 02-01: reserved		*/
597     		overrun:   1;	/*     0: multiple protocol errs */
598     };
599     
600     typedef union md_proto_error {
601     	u64	perr_reg;	/* the entire register 		*/
602     	struct proto_error_reg	perr_fmt; /* format of the register	*/
603     } md_proto_error_t;
604     
605     
606     struct md_sdir_high_fmt {
607     	unsigned short sd_hi_bvec : 11,
608     		       sd_hi_ecc  : 5;
609     };
610     
611     
612     typedef union md_sdir_high {
613     	/* The 16 bits of standard directory, upper word */
614     	unsigned short sd_hi_val;
615     	struct	md_sdir_high_fmt sd_hi_fmt;
616     }md_sdir_high_t;
617     
618     
619     struct md_sdir_low_shared_fmt {
620     	/* The meaning of lower directory, shared */
621     	unsigned short	sds_lo_bvec  : 5,
622     			sds_lo_unused: 1,
623     			sds_lo_state : 3,
624     			sds_lo_prio  : 1,
625     			sds_lo_ax    : 1,
626     			sds_lo_ecc   : 5;
627     };
628     
629     struct md_sdir_low_exclusive_fmt {
630     	/* The meaning of lower directory, exclusive */
631     	unsigned short	sde_lo_ptr   : 6,
632     			sde_lo_state : 3,
633     			sde_lo_prio  : 1,
634     			sde_lo_ax    : 1,
635     			sde_lo_ecc   : 5;
636     };
637     
638     
639     typedef union md_sdir_low {
640     	/* The 16 bits of standard directory, lower word */
641     	unsigned short	sd_lo_val;
642     	struct	md_sdir_low_exclusive_fmt sde_lo_fmt;
643     	struct	md_sdir_low_shared_fmt sds_lo_fmt;
644     }md_sdir_low_t;
645     
646     
647     
648     struct md_pdir_high_fmt {
649     	u64	pd_hi_unused   : 16,
650     		pd_hi_bvec     : 38,
651     		pd_hi_unused1  : 3,
652     		pd_hi_ecc      : 7;
653     };
654     
655     
656     typedef union md_pdir_high {
657     	/* The 48 bits of standard directory, upper word */
658     	u64	pd_hi_val;
659     	struct md_pdir_high_fmt pd_hi_fmt;
660     }md_pdir_high_t;
661     
662     
663     struct md_pdir_low_shared_fmt {
664     	/* The meaning of lower directory, shared */
665     	u64	pds_lo_unused	: 16,
666     		pds_lo_bvec	: 26,
667     		pds_lo_cnt	:  6,
668     		pds_lo_state	:  3,
669     		pds_lo_ste	:  1,
670     		pds_lo_prio	:  4,
671     		pds_lo_ax	:  1,
672     		pds_lo_ecc	:  7;
673     };
674     
675     struct md_pdir_low_exclusive_fmt {
676     	/* The meaning of lower directory, exclusive */
677     	u64	pde_lo_unused	: 31,
678     		pde_lo_ptr	: 11,
679     		pde_lo_unused1	:  6,
680     		pde_lo_state	:  3,
681     		pde_lo_ste	:  1,
682     		pde_lo_prio	:  4,
683     		pde_lo_ax	:  1,
684     		pde_lo_ecc	:  7;
685     };
686     
687     
688     typedef union md_pdir_loent {
689     	/* The 48 bits of premium directory, lower word */
690     	u64	pd_lo_val;
691     	struct md_pdir_low_exclusive_fmt pde_lo_fmt;
692     	struct md_pdir_low_shared_fmt	pds_lo_fmt;
693     }md_pdir_low_t;
694     
695     
696     /*
697      *   the following two "union" definitions and two
698      *   "struct" definitions are used in vmdump.c to
699      *   represent directory memory information.
700      */
701     
702     typedef	union	md_dir_high	{
703             md_sdir_high_t	md_sdir_high;
704             md_pdir_high_t	md_pdir_high;
705     } md_dir_high_t;
706     
707     typedef	union	md_dir_low	{
708             md_sdir_low_t	md_sdir_low;
709             md_pdir_low_t	md_pdir_low;
710     } md_dir_low_t;
711     
712     typedef	struct	bddir_entry	{
713             md_dir_low_t	md_dir_low;
714             md_dir_high_t	md_dir_high;
715     } bddir_entry_t;
716     
717     typedef struct	dir_mem_entry	{
718             u64		prcpf[MAX_REGIONS];
719             bddir_entry_t	directory_words[MD_PAGE_SIZE/CACHE_SLINE_SIZE];
720     } dir_mem_entry_t;
721     
722     
723     
724     typedef union md_perf_sel {
725     	u64 	perf_sel_reg;
726     	struct	{
727     		u64	perf_rsvd : 60,
728     		        perf_en   :  1,
729     			perf_sel  :  3;
730     	} perf_sel_bits;
731     } md_perf_sel_t;
732     
733     typedef union md_perf_cnt {
734     	u64	perf_cnt;
735     	struct	{
736     		u64	perf_rsvd : 44,
737     	                perf_cnt  : 20;
738     	} perf_cnt_bits;
739     } md_perf_cnt_t;
740     
741     
742     #endif /* _LANGUAGE_C */
743     
744     
745     #define DIR_ERROR_VALID_MASK	0xe000000000000000
746     #define DIR_ERROR_VALID_SHFT	61
747     #define DIR_ERROR_VALID_UCE	0x8000000000000000
748     #define DIR_ERROR_VALID_AE	0x4000000000000000
749     #define DIR_ERROR_VALID_CE	0x2000000000000000
750     
751     #define MEM_ERROR_VALID_MASK	0xc000000000000000
752     #define MEM_ERROR_VALID_SHFT	62
753     #define MEM_ERROR_VALID_UCE	0x8000000000000000
754     #define MEM_ERROR_VALID_CE	0x4000000000000000
755     
756     #define PROTO_ERROR_VALID_MASK	0x8000000000000000
757     
758     #define MISC_ERROR_VALID_MASK	0x3ff
759     
760     /*
761      * Mask for hspec address that is stored in the dir error register.
762      * This represents bits 29 through 3.
763      */
764     #define DIR_ERR_HSPEC_MASK	0x3ffffff8
765     #define ERROR_HSPEC_MASK	0x3ffffff8
766     #define ERROR_HSPEC_SHFT	3
767     #define ERROR_ADDR_MASK		0xfffffff8
768     #define ERROR_ADDR_SHFT		3
769     
770     /*
771      * MD_MISC_ERROR register defines.
772      */
773     
774     #define MMCE_VALID_MASK		0x3ff
775     #define MMCE_ILL_MSG_SHFT	8
776     #define MMCE_ILL_MSG_MASK	(UINT64_CAST 0x03 << MMCE_ILL_MSG_SHFT)
777     #define MMCE_ILL_REV_SHFT	6
778     #define MMCE_ILL_REV_MASK	(UINT64_CAST 0x03 << MMCE_ILL_REV_SHFT)
779     #define MMCE_LONG_PACK_SHFT	4
780     #define MMCE_LONG_PACK_MASK	(UINT64_CAST 0x03 << MMCE_lONG_PACK_SHFT)
781     #define MMCE_SHORT_PACK_SHFT	2
782     #define MMCE_SHORT_PACK_MASK	(UINT64_CAST 0x03 << MMCE_SHORT_PACK_SHFT)
783     #define MMCE_BAD_DATA_SHFT	0
784     #define MMCE_BAD_DATA_MASK	(UINT64_CAST 0x03 << MMCE_BAD_DATA_SHFT)
785     
786     
787     #define MD_PERF_COUNTERS	6
788     #define MD_PERF_SETS		6
789     
790     #define MEM_DIMM_MASK				0xe0000000
791     #define MEM_DIMM_SHFT				29
792     
793     #endif /* _ASM_SN_SN0_HUBMD_H */
794