[Armadeus-commitlog] SF.net SVN: armadeus: [772] trunk/target/linux/modules/isp1761/ apf9328-isp176
Brought to you by:
sszy
|
From: <th...@us...> - 2008-03-13 12:25:57
|
Revision: 772
http://armadeus.svn.sourceforge.net/armadeus/?rev=772&view=rev
Author: thom25
Date: 2008-03-13 05:26:00 -0700 (Thu, 13 Mar 2008)
Log Message:
-----------
[LINUX] adjust usb host first read timing
Modified Paths:
--------------
trunk/target/linux/modules/isp1761/apf9328-isp1761.c
Modified: trunk/target/linux/modules/isp1761/apf9328-isp1761.c
===================================================================
--- trunk/target/linux/modules/isp1761/apf9328-isp1761.c 2008-03-12 14:24:07 UTC (rev 771)
+++ trunk/target/linux/modules/isp1761/apf9328-isp1761.c 2008-03-13 12:26:00 UTC (rev 772)
@@ -33,9 +33,9 @@
#define CFG_CS3_WRITE_PROTECT 0 /* 1 : write access prohibited */
#define CFG_CS3_EB_SIGNAL_CONTROL_WRITE 1 /* 1 when EB is used as write signal*/
-#define CFG_CS3_READ_CYC_LGTH 95 /* ns */
+#define CFG_CS3_READ_CYC_LGTH 105 /* ns */
#define CFG_CS3_OE_ASSERT_DLY 35 /* ns */
-#define CFG_CS3_OE_NEG_DLY 30 /* ns */
+#define CFG_CS3_OE_NEG_DLY 35 /* ns */
#define CFG_CS3_CS_NEG_LGTH 30 /* max 30 ns CS HIGH to CS LOW at 100MHz*/
#define CFG_CS3_XTRA_DEAD_CYC 0 /* ns from CS HIGH to tristate bus */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|