Changeset 478
- Timestamp:
- Jul 29, 2013, 11:06:56 AM (12 years ago)
- File:
- 
          - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/communication/dspin_dhccp_param/caba/source/include/dspin_dhccp_param.hr468 r478 190 190 static const uint8_t MULTI_INVAL_DEST_SHIFT = 25; 191 191 static const uint64_t MULTI_INVAL_DEST_MASK = ((1ULL<<SRCID_WIDTH)-1); 192 static const uint8_t MULTI_INVAL_SRCID_SHIFT = 8;192 static const uint8_t MULTI_INVAL_SRCID_SHIFT = 7; 193 193 static const uint64_t MULTI_INVAL_SRCID_MASK = ((1ULL<<SRCID_WIDTH)-1); 194 static const uint8_t MULTI_INVAL_UPDT_INDEX_SHIFT = 4;194 static const uint8_t MULTI_INVAL_UPDT_INDEX_SHIFT = 3; 195 195 static const uint64_t MULTI_INVAL_UPDT_INDEX_MASK = ((1ULL<<UPDT_INDEX_WIDTH)-1); 196 196 static const uint8_t MULTI_INVAL_NLINE_SHIFT = 0; … … 227 227 static const uint8_t CLACK_DEST_SHIFT = 25; 228 228 static const uint64_t CLACK_DEST_MASK = ((1ULL<<SRCID_WIDTH)-1); 229 static const uint8_t CLACK_SET_SHIFT = 6;229 static const uint8_t CLACK_SET_SHIFT = 4; 230 230 static const uint64_t CLACK_SET_MASK = ((1ULL<<SET_INDEX_WIDTH)-1); 231 static const uint8_t CLACK_WAY_SHIFT = 4;231 static const uint8_t CLACK_WAY_SHIFT = 2; 232 232 static const uint64_t CLACK_WAY_MASK = ((1ULL<<WAY_INDEX_WIDTH)-1); 233 233 
Note: See TracChangeset
          for help on using the changeset viewer.
      
