Changeset 494 for branches/ODCCP/communication
- Timestamp:
- Aug 20, 2013, 2:13:08 PM (11 years ago)
- Location:
- branches/ODCCP/communication/dspin_dhccp_param
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ODCCP/communication/dspin_dhccp_param
- Property svn:mergeinfo changed
/trunk/communication/dspin_dhccp_param merged: 478
- Property svn:mergeinfo changed
-
branches/ODCCP/communication/dspin_dhccp_param/caba/source/include/dspin_dhccp_param.h
r479 r494 197 197 static const uint64_t M2P_BC_MASK = 1; 198 198 199 static const uint8_t MULTI_INVAL_DEST_SHIFT 200 static const uint64_t MULTI_INVAL_DEST_MASK 201 static const uint8_t MULTI_INVAL_SRCID_SHIFT = 8;202 static const uint64_t MULTI_INVAL_SRCID_MASK 203 static const uint8_t MULTI_INVAL_UPDT_INDEX_SHIFT = 4;204 static const uint64_t MULTI_INVAL_UPDT_INDEX_MASK 205 static const uint8_t MULTI_INVAL_NLINE_SHIFT 206 static const uint64_t MULTI_INVAL_NLINE_MASK 199 static const uint8_t MULTI_INVAL_DEST_SHIFT = 25; 200 static const uint64_t MULTI_INVAL_DEST_MASK = ((1ULL<<SRCID_WIDTH)-1); 201 static const uint8_t MULTI_INVAL_SRCID_SHIFT = 7; 202 static const uint64_t MULTI_INVAL_SRCID_MASK = ((1ULL<<SRCID_WIDTH)-1); 203 static const uint8_t MULTI_INVAL_UPDT_INDEX_SHIFT = 3; 204 static const uint64_t MULTI_INVAL_UPDT_INDEX_MASK = ((1ULL<<UPDT_INDEX_WIDTH)-1); 205 static const uint8_t MULTI_INVAL_NLINE_SHIFT = 0; 206 static const uint64_t MULTI_INVAL_NLINE_MASK = ((1ULL<<NLINE_WIDTH)-1); 207 207 208 208 static const uint8_t MULTI_UPDT_DEST_SHIFT = MULTI_INVAL_DEST_SHIFT; … … 236 236 static const uint8_t CLACK_DEST_SHIFT = 25; 237 237 static const uint64_t CLACK_DEST_MASK = ((1ULL<<SRCID_WIDTH)-1); 238 static const uint8_t CLACK_SET_SHIFT = 6;238 static const uint8_t CLACK_SET_SHIFT = 4; 239 239 static const uint64_t CLACK_SET_MASK = ((1ULL<<SET_INDEX_WIDTH)-1); 240 static const uint8_t CLACK_WAY_SHIFT = 4;240 static const uint8_t CLACK_WAY_SHIFT = 2; 241 241 static const uint64_t CLACK_WAY_MASK = ((1ULL<<WAY_INDEX_WIDTH)-1); 242 242
Note: See TracChangeset
for help on using the changeset viewer.