Home | History | Annotate | Download | only in sn0

Lines Matching refs:UINT64_CAST

72 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
75 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
77 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 28)
80 #define NSRI_MORENODES_MASK (UINT64_CAST 1 << 18)
85 #define NSRI_REGIONSIZE_MASK (UINT64_CAST 1 << 17)
90 #define NSRI_NODEID_MASK (UINT64_CAST 0x1ff << 8)
92 #define NSRI_REV_MASK (UINT64_CAST 0xf << 4)
95 #define NSRI_CHIPID_MASK (UINT64_CAST 0xf)
99 #define NPR_PORTRESET (UINT64_CAST 1 << 7)
100 #define NPR_LINKRESET (UINT64_CAST 1 << 1)
101 #define NPR_LOCALRESET (UINT64_CAST 1)
102 #define NPROT_RESETOK (UINT64_CAST 1)
105 #define NGP_MAXRETRY_MASK (UINT64_CAST 0x3ff << 48)
107 #define NGP_TAILTOWRAP_MASK (UINT64_CAST 0xffff << 32)
110 #define NGP_CREDITTOVAL_MASK (UINT64_CAST 0xf << 16)
112 #define NGP_TAILTOVAL_MASK (UINT64_CAST 0xf << 4)
114 #define NDP_PORTTORESET (UINT64_CAST 1 << 18)
115 #define NDP_LLP8BITMODE (UINT64_CAST 1 << 12)
116 #define NDP_PORTDISABLE (UINT64_CAST 1 << 6)
117 #define NDP_SENDERROR (UINT64_CAST 1)
120 #define NVP_PIOID_MASK (UINT64_CAST 0x3ff << 40)
122 #define NVP_WRITEID_MASK (UINT64_CAST 0xff << 32)
124 #define NVP_ADDRESS_MASK (UINT64_CAST 0xffff8)
126 #define NVP_TYPE_MASK (UINT64_CAST 0x3)
127 #define NVS_VALID (UINT64_CAST 1 << 63)
129 #define NVS_OVERRUN (UINT64_CAST 1 << 62)
131 #define NVS_TARGET_MASK (UINT64_CAST 0x3ff << 51)
134 #define NVS_PIOID_MASK (UINT64_CAST 0x3ff << 40)
136 #define NVS_WRITEID_MASK (UINT64_CAST 0xff << 32)
137 #define NVS_ADDRESS_MASK (UINT64_CAST 0xfffffff8)
140 #define NVS_TYPE_MASK (UINT64_CAST 0x7)
141 #define NVS_ERROR_MASK (UINT64_CAST 0x4)
154 #define NAGE_VCH_MASK (UINT64_CAST 3 << 10)
156 #define NAGE_CC_MASK (UINT64_CAST 3 << 8)
159 #define NAGE_AGE_MASK (UINT64_CAST 0xff)
166 #define NPP_NULLTO_MASK (UINT64_CAST 0x3f << 16)
169 #define NPP_MAXBURST_MASK (UINT64_CAST 0x3ff)
170 #define NPP_RESET_DFLT_HUB20 ((UINT64_CAST 1 << NPP_NULLTO_SHFT) | (UINT64_CAST 0x3f0 << NPP_MAXBURST_SHFT))
171 #define NPP_RESET_DEFAULTS ((UINT64_CAST 6 << NPP_NULLTO_SHFT) | (UINT64_CAST 0x3f0 << NPP_MAXBURST_SHFT))
172 #define NPE_LINKRESET (UINT64_CAST 1 << 37)
174 #define NPE_INTERNALERROR (UINT64_CAST 1 << 36)
175 #define NPE_BADMESSAGE (UINT64_CAST 1 << 35)
176 #define NPE_BADDEST (UINT64_CAST 1 << 34)
177 #define NPE_FIFOOVERFLOW (UINT64_CAST 1 << 33)
180 #define NPE_CREDITTO_MASK (UINT64_CAST 0xf << 28)
182 #define NPE_TAILTO_MASK (UINT64_CAST 0xf << 24)
185 #define NPE_RETRYCOUNT_MASK (UINT64_CAST 0xff << 16)
187 #define NPE_CBERRCOUNT_MASK (UINT64_CAST 0xff << 8)
190 #define NPE_SNERRCOUNT_MASK (UINT64_CAST 0xff << 0)
195 #define NMT_EXIT_PORT_MASK (UINT64_CAST 0xf)
196 #define NLT_EXIT_PORT_MASK (UINT64_CAST 0xf)