diff -r 09e266454dcf -r d93b485c1325 omap3530/omap3530_drivers/spi/omap3530_spi.h --- a/omap3530/omap3530_drivers/spi/omap3530_spi.h Tue Sep 28 02:37:35 2010 +0100 +++ b/omap3530/omap3530_drivers/spi/omap3530_spi.h Thu Oct 07 00:37:22 2010 +0100 @@ -209,6 +209,8 @@ const TUint MCSPI_CHxCONF_TCS_1_5 = 1 << 25; // 0x1: 1.5 clock cycles const TUint MCSPI_CHxCONF_TCS_2_5 = 2 << 25; // 0x2: 2.5 clock cycles const TUint MCSPI_CHxCONF_TCS_3_5 = 3 << 25; // 0x3: 3.5 clock cycles +const TUint MCSPI_CHxCONF_TCS_SHIFT = 25; +const TUint KMaxTransactionWaitTime = 3; const TUint MCSPI_CHxCONF_SBPOL = 1 << 24; // Start bit polarity (0: spi word is command, 1: spi word is data) const TUint MCSPI_CHxCONF_SBE = 1 << 23; // Start bit enable - 0x1: Start bit D/CX added before transfer.