Index: /trunk/modules/vci_spi/include/soclib/vcispi.h
===================================================================
--- /trunk/modules/vci_spi/include/soclib/vcispi.h	(revision 560)
+++ /trunk/modules/vci_spi/include/soclib/vcispi.h	(revision 561)
@@ -43,5 +43,5 @@
 // 9-11 reserved
 #define SPI_CTRL_GO_BSY		(1 << 8 ) /* Start the transfer            */
-#define SPI_CTRL_CHAR_LEN_MASK	(0x7F   ) /* Bits transmited in 1 transfer */
+#define SPI_CTRL_CHAR_LEN_MASK	(0xFF   ) /* Bits transmited in 1 transfer */
 
 #endif /* SPISD_H */
