Index: /trunk/communication/dspin_dhccp_param/caba/source/include/dspin_dhccp_param.h
===================================================================
--- /trunk/communication/dspin_dhccp_param/caba/source/include/dspin_dhccp_param.h	(revision 477)
+++ /trunk/communication/dspin_dhccp_param/caba/source/include/dspin_dhccp_param.h	(revision 478)
@@ -190,7 +190,7 @@
     static const uint8_t  MULTI_INVAL_DEST_SHIFT       = 25;
     static const uint64_t MULTI_INVAL_DEST_MASK        = ((1ULL<<SRCID_WIDTH)-1);
-    static const uint8_t  MULTI_INVAL_SRCID_SHIFT      = 8;
+    static const uint8_t  MULTI_INVAL_SRCID_SHIFT      = 7;
     static const uint64_t MULTI_INVAL_SRCID_MASK       = ((1ULL<<SRCID_WIDTH)-1);
-    static const uint8_t  MULTI_INVAL_UPDT_INDEX_SHIFT = 4;
+    static const uint8_t  MULTI_INVAL_UPDT_INDEX_SHIFT = 3;
     static const uint64_t MULTI_INVAL_UPDT_INDEX_MASK  = ((1ULL<<UPDT_INDEX_WIDTH)-1);
     static const uint8_t  MULTI_INVAL_NLINE_SHIFT      = 0;
@@ -227,7 +227,7 @@
     static const uint8_t  CLACK_DEST_SHIFT             = 25;
     static const uint64_t CLACK_DEST_MASK              = ((1ULL<<SRCID_WIDTH)-1);
-    static const uint8_t  CLACK_SET_SHIFT              = 6;
+    static const uint8_t  CLACK_SET_SHIFT              = 4;
     static const uint64_t CLACK_SET_MASK               = ((1ULL<<SET_INDEX_WIDTH)-1);
-    static const uint8_t  CLACK_WAY_SHIFT              = 4;
+    static const uint8_t  CLACK_WAY_SHIFT              = 2;
     static const uint64_t CLACK_WAY_MASK               = ((1ULL<<WAY_INDEX_WIDTH)-1);
 
